Contenerisation

This commit is contained in:
ElPoyo
2025-09-29 15:53:29 +02:00
parent 45f76cc5c8
commit 5d0993bda3
17 changed files with 122 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig(({ mode }) => {
return {
plugins: [vue()],
server: {
port: parseInt(env.VITE_PORT) || 3001
port: parseInt(env.VITE_PORT) || 8080,
}
}
})