mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
4 lines
247 B
JavaScript
4 lines
247 B
JavaScript
export { preloadHandlebarsTemplates as handlebarsRegistration } from './handlebars.mjs';
|
|
export * as settingsRegistration from './settings.mjs';
|
|
export * as socketRegistration from './socket.mjs';
|
|
export { runMigrations } from './migrations.mjs';
|