Skip to content

Commit cfae876

Browse files
committed
Added dev mode that reloads browser automatically when files change
1 parent 8d58dde commit cfae876

File tree

3 files changed

+175
-165
lines changed

3 files changed

+175
-165
lines changed

.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Adding 'DEV' variable will serve files without caching and reloads browser automatically when files change
2-
# !!! Remove for production deployment (or set 'DEV=false') !!!
3-
DEV=false
1+
# Adding 'DEV' variable will serve files without caching and reloads browser automatically when files change.
2+
# !!! Remove or set to 'false' for production deployment !!!
3+
DEV=true
44

55
# Database settings
66
DB_HOST=localhost

0 commit comments

Comments
 (0)