Contenerisation
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig(({ mode }) => {
|
||||
return {
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
port: parseInt(env.VITE_PORT) || 3001
|
||||
port: parseInt(env.VITE_PORT) || 8080,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user