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