feat: first working version with parameters
This commit is contained in:
@@ -5,11 +5,6 @@ import wasm from "vite-plugin-wasm";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit(), glsl(), wasm()],
|
||||
|
||||
server: {
|
||||
port: 8080,
|
||||
},
|
||||
|
||||
ssr: {
|
||||
noExternal: ['three'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user