Basic MultiJobs
This commit is contained in:
parent
91027e79af
commit
8ad5b7876c
25 changed files with 539 additions and 142 deletions
|
@ -9,6 +9,13 @@ export default () => {
|
|||
hmr: {
|
||||
port: 443,
|
||||
},
|
||||
proxy: {
|
||||
'/api': 'http://localhost:52000',
|
||||
'/socket.io': {
|
||||
target: 'ws://localhost:52000',
|
||||
ws: true
|
||||
}
|
||||
}
|
||||
},
|
||||
build: {
|
||||
outDir: "./build",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue