fix: add development mode environment variable

This commit is contained in:
trafficlunar 2024-12-01 20:33:56 +00:00
parent 43628a1a66
commit a864e689be
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# Adds localhost to allowed origins
DEVELOPMENT_MODE=false
# Port for the server
PORT=8888