chore: Install frontend dependencies and generate build assets.
This commit is contained in:
11
Provider/frontend/vite.config.js
Normal file
11
Provider/frontend/vite.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
// Resolve the W: subst drive to avoid path mismatches on Windows
|
||||
resolve: {
|
||||
preserveSymlinks: true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user