diff options
author | 2022-11-25 15:49:48 +0100 | |
---|---|---|
committer | 2022-11-25 15:49:48 +0100 | |
commit | 665d902fd72ef4fffb273502b6f010a94a47e15b (patch) | |
tree | 8fb9eb7aec5cad2ccf96ae1ebe276f18ad0735c0 /web/source/index.js | |
parent | [feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061) (diff) | |
download | gotosocial-665d902fd72ef4fffb273502b6f010a94a47e15b.tar.xz |
[feature/frogend] modify local emoji (#1143)
* update danger button red
* emoji category and image modification
* debug bundles in dev
* fix linting error
Diffstat (limited to 'web/source/index.js')
-rw-r--r-- | web/source/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/source/index.js b/web/source/index.js index 90ee5a4ea..a96e663cd 100644 --- a/web/source/index.js +++ b/web/source/index.js @@ -66,7 +66,6 @@ skulk({ ], }, settings: { - debug: false, entryFile: "settings", outputFile: "settings.js", prodCfg: prodCfg, |