chore: custom vite envs

This commit is contained in:
Andras Bacsai
2024-09-27 21:07:56 +02:00
parent fcadb20d58
commit 7c269bd0bf
2 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default defineConfig({
clientPort: 443,
}
: {
host: "localhost",
host: process.env.VITE_HOST,
},
},
plugins: [