vite: serve on port 3036

This commit is contained in:
Alex Gleason
2023-09-13 12:24:49 -05:00
parent 26355eb4ec
commit b32de7dab0

View File

@ -14,6 +14,9 @@ export default defineConfig({
outDir: '../static',
assetsDir: 'packs',
},
server: {
port: 3036,
},
plugins: [
// @ts-ignore
vitePluginRequire.default(),