build: transitions to using FoundryVTT-Sync for compendium packs
This commit is contained in:
@@ -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, {}),
|
||||
],
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user