This commit is contained in:
andrew.ng 2026-07-03 15:02:01 +07:00
parent 77e56316fc
commit b205c61be3
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules/ node_modules/
data/ data/
.env .env
public/config.js public/config.js
.claude/

3
public/config.js.example Normal file
View File

@ -0,0 +1,3 @@
window.APP_CONFIG = {
PRODUCTION: false
};