build: transitions to using FoundryVTT-Sync for compendium packs

This commit is contained in:
Ulenar of Mondarth
2025-07-20 10:40:19 +00:00
parent b7cb99efe7
commit 6917780306
29 changed files with 8215 additions and 22 deletions
+3
View File
@@ -3,6 +3,8 @@ import { svelte } from '@sveltejs/vite-plugin-svelte';
import { sveltePreprocess } from 'svelte-preprocess';
import vttSync from 'foundryvtt-sync';
import moduleJSON from './module.json' with { type: 'json' };
import tsconfigPaths from 'vite-tsconfig-paths';
@@ -123,6 +125,7 @@ export default ({ mode }) => {
compilerOptions,
preprocess: sveltePreprocess(),
}),
vttSync(moduleJSON, {}),
],
};
};