Improve .env.example - Add codemirror dependency
This commit is contained in:
parent
67365ad260
commit
74cf055218
|
@ -10,4 +10,4 @@ NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE=
|
|||
NUXT_PUBLIC_H_CAPTCHA_SITE_KEY=
|
||||
NUXT_PUBLIC_PAID_PLANS_ENABLED=
|
||||
NUXT_PUBLIC_S3_ENABLED=
|
||||
NUXT_API_SECRET=
|
||||
NUXT_API_SECRET=secret
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -36,6 +36,7 @@
|
|||
"amplitude-js": "^8.21.9",
|
||||
"chart.js": "^4.4.0",
|
||||
"clone-deep": "^4.0.1",
|
||||
"codemirror": "^6.0.1",
|
||||
"crisp-sdk-web": "^1.0.21",
|
||||
"date-fns": "^2.28.0",
|
||||
"debounce": "^1.2.1",
|
||||
|
|
Loading…
Reference in New Issue