mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
21 lines
No EOL
333 B
JavaScript
21 lines
No EOL
333 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 './comments/index.js';
|
|
|
|
import './categories/index.js';
|
|
|
|
import './posts/index.js';
|
|
|
|
import './api.js';
|
|
import './rss.js'; |