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

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules/
data/
.env
public/config.js
.claude/

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

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