mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
add turbo, changes to make it work across docker, docker-compose, npx
This commit is contained in:
@@ -8,5 +8,13 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': resolve(__dirname, 'src')
|
||||
}
|
||||
},
|
||||
root: resolve(__dirname),
|
||||
build: {
|
||||
outDir: './build'
|
||||
},
|
||||
server: {
|
||||
open: true,
|
||||
port: 8080
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user