mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -04:00
15 lines
244 B
JavaScript
15 lines
244 B
JavaScript
![]() |
// Modules
|
||
|
|
||
|
export * from '../modules/index.js';
|
||
|
|
||
|
// Server
|
||
|
|
||
|
import './seed/seed_posts.js';
|
||
|
import './seed/seed_categories.js';
|
||
|
|
||
|
import './categories/indexes.js';
|
||
|
|
||
|
import './posts/cron.js';
|
||
|
import './posts/out.js';
|
||
|
import './posts/indexes.js';
|