Improve .env.example - Add codemirror dependency

This commit is contained in:
Julien Nahum 2024-01-18 16:03:20 +01:00
parent 67365ad260
commit 5dc1713404
4 changed files with 1136 additions and 668 deletions

View File

@ -8,6 +8,9 @@ APP_URL=http://localhost
LOG_CHANNEL=stack
LOG_LEVEL=debug
FRONT_URL=https://localhost:3000
FRONT_API_SECRET=secret
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432

View File

@ -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

1798
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",