chore: add support for devcontainers (#50)

This commit is contained in:
Simon Emms
2025-07-22 17:47:07 +01:00
committed by GitHub
parent 40714071d6
commit 4ed4efbe83
2 changed files with 21 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ export default defineConfig({
plugins: [react()],
server: {
open: true,
host: process.env.VITE_HOST ?? 'localhost',
},
});