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