- Updated vite config to export the package.json version as env variable - Added src/helpers/envHelper.js - Updated some constants to support being set by the .env file - Renamed Constants.sceneryFiles.fetchDisable to enableBuiltIn
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# please create .env.dev and .env.prod based on this file
|
|
VITE_BASE=/
|
|
VITE_DO_LOG_SCENERY=true
|
|
VITE_DO_ENABLE_BUILTIN_SCENERIES=false
|
|
VITE_DO_SHOW_BACK_MASEUKO=false
|