vite: serve on port 3036
This commit is contained in:
parent
26355eb4ec
commit
b32de7dab0
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ export default defineConfig({
|
|||
outDir: '../static',
|
||||
assetsDir: 'packs',
|
||||
},
|
||||
server: {
|
||||
port: 3036,
|
||||
},
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
vitePluginRequire.default(),
|
||||
|
|
Loading…
Reference in a new issue