From b205c61be3e6588d2eaf5c5f8d2b41a620792d05 Mon Sep 17 00:00:00 2001 From: "andrew.ng" Date: Fri, 3 Jul 2026 15:02:01 +0700 Subject: [PATCH] Update --- .gitignore | 3 ++- public/config.js.example | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 public/config.js.example diff --git a/.gitignore b/.gitignore index e3e5529..73d7ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ data/ .env -public/config.js \ No newline at end of file +public/config.js +.claude/ \ No newline at end of file diff --git a/public/config.js.example b/public/config.js.example new file mode 100644 index 0000000..e9cb7df --- /dev/null +++ b/public/config.js.example @@ -0,0 +1,3 @@ +window.APP_CONFIG = { + PRODUCTION: false +}; \ No newline at end of file