Initial commit: WebGPU portfolio — generative-art site with DOM overlay
This commit is contained in:
6
vite.config.ts
Normal file
6
vite.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
server: { open: true },
|
||||
build: { target: 'esnext' }
|
||||
})
|
||||
Reference in New Issue
Block a user