vite: serve on port 3036

This commit is contained in:
Alex Gleason 2023-09-13 12:24:49 -05:00
parent 26355eb4ec
commit b32de7dab0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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