Added dot env support

This commit is contained in:
2024-09-28 20:02:59 +02:00
parent b4050bee01
commit 31ce0a8264
2 changed files with 12 additions and 10 deletions

5
.env.example Normal file
View File

@ -0,0 +1,5 @@
VITE_NAME=New Quest
VITE_DEVELOPMENT=true
VITE_SERVER_ENDPOINT=http://localhost:4000
VITE_TILE_SIZE_X=64
VITE_TILE_SIZE_Y=32