Update
This commit is contained in:
parent
77e56316fc
commit
b205c61be3
|
|
@ -2,3 +2,4 @@ node_modules/
|
|||
data/
|
||||
.env
|
||||
public/config.js
|
||||
.claude/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
window.APP_CONFIG = {
|
||||
PRODUCTION: false
|
||||
};
|
||||
Loading…
Reference in New Issue