mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-16 12:28:02 +00:00
survivors: fixing config
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: './',
|
||||||
build: {
|
build: {
|
||||||
base: './',
|
|
||||||
root: 'src',
|
|
||||||
outDir: '../dist/survivors'
|
outDir: '../dist/survivors'
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user