mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* . * . * Removed outcommented code * Raised to minor version * Added confirmation on import of old character data
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';
|