mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: 🔥 Remove https certificate from dev
This commit is contained in:
parent
c464b0dfba
commit
fcc78bdd0f
2 changed files with 8 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue