add turbo, changes to make it work across docker, docker-compose, npx

This commit is contained in:
Henry
2023-11-27 11:56:40 +00:00
parent 2356cc7abd
commit 8ce32179ee
15 changed files with 25782 additions and 36867 deletions
+8
View File
@@ -8,5 +8,13 @@ export default defineConfig({
alias: {
'@': resolve(__dirname, 'src')
}
},
root: resolve(__dirname),
build: {
outDir: './build'
},
server: {
open: true,
port: 8080
}
})