1
0
forked from noxious/client

Updated Dockerfile, renamed config key

This commit is contained in:
2025-02-07 01:14:57 +01:00
parent 6a52546a08
commit 6ba4c1b843
7 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
export default {
name: import.meta.env.VITE_NAME,
development: import.meta.env.VITE_DEVELOPMENT === 'true',
environment: import.meta.env.VITE_ENVIRONMENT,
server_endpoint: import.meta.env.VITE_SERVER_ENDPOINT,
tile_size: {
width: Number(import.meta.env.VITE_TILE_SIZE_WIDTH),