Update vite.config.ts

This commit is contained in:
Timothy J. Baek 2024-02-23 01:08:34 -08:00
parent 8fac9de269
commit 66ff4fea07

View file

@ -5,6 +5,5 @@ export default defineConfig({
plugins: [sveltekit()],
define: {
APP_VERSION: JSON.stringify(process.env.npm_package_version)
},
assetsInclude: ['**/*.md']
}
});