init project release
This commit is contained in:
7
World-SEPPJM-Client/frontend/vite.config.js
Normal file
7
World-SEPPJM-Client/frontend/vite.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {defineConfig} from 'vite'
|
||||
import {svelte} from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()]
|
||||
})
|
Reference in New Issue
Block a user