feat: init frontend
This commit is contained in:
10
frontend/vite.config.ts
Normal file
10
frontend/vite.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite'
|
||||
import { defineConfig } from 'vite'
|
||||
import glsl from "vite-plugin-glsl";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit(), glsl()],
|
||||
ssr: {
|
||||
noExternal: ['three'],
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user