mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -04:00
21 lines
No EOL
357 B
JavaScript
21 lines
No EOL
357 B
JavaScript
// Modules
|
|
|
|
export * from '../modules/index.js';
|
|
|
|
export * from './email/notifications.js';
|
|
|
|
// Server
|
|
|
|
import './email/templates.js';
|
|
|
|
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';
|
|
|
|
import './api.js';
|
|
import './rss.js'; |