refactor: 🔥 Remove https certificate from dev

This commit is contained in:
Jesse Wierzbinski 2025-05-01 04:46:12 +02:00
parent c464b0dfba
commit fcc78bdd0f
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -23,7 +23,7 @@
},
"scripts": {
"build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
"dev": "bun nuxt dev --host versia-fe.localhost",
"generate": "nuxt generate",
"emojis:generate": "bun run utils/emojis.ts",
"rebuild-i18n": "paraglide-js compile --project ./project.inlang --outdir ./paraglide",