Set up netlify builds (#100)
This commit is contained in:
parent
3c1799dcfd
commit
139c3ed556
4 changed files with 10 additions and 1 deletions
|
@ -20,6 +20,11 @@ const port = 8080
|
|||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
root: path.join(playgroundDir, './src'),
|
||||
build: {
|
||||
outDir: '../build',
|
||||
minify: false,
|
||||
emptyOutDir: true,
|
||||
},
|
||||
|
||||
assetsInclude: ['**/*.gltf', '**/*.glb'],
|
||||
server: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue