Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Dec 25, 2024
1 parent 1e2f44f commit 135d11b
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 179 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"build.types": "tsc --incremental --noEmit",
"deploy": "wrangler pages dev ./dist",
"lint": "eslint \"src/**/*.ts*\"",
"postinstall": "prisma generate",
"postinstall": "prisma generate --no-engine",
"preview": "qwik build preview && vite preview",
"prisma:generate": "prisma generate",
"prisma:generate": "prisma generate --no-engine",
"prisma:migrate": "prisma migrate dev",
"prisma:migrate:prod": "prisma migrate deploy",
"qwik-speak-extract": "qwik-speak-extract --supportedLangs=da-DK,en-US,es-ES,ko-KR,nl-NL,pl-PL,pt-PT,ru-RU,tr-TR,zh-CN --assetsPath=i18n",
Expand All @@ -34,7 +34,7 @@
"@anuragroy/tailwindcss-animate": "^1.0.6",
"@auth/prisma-adapter": "^2.7.4",
"@auth/qwik": "0.5.4",
"@builder.io/partytown": "^0.10.3",
"@builder.io/partytown": "^0.8.1",
"@builder.io/qwik": "1.11.0",
"@builder.io/qwik-city": "1.11.0",
"@luminescent/ui": "1.3.1",
Expand All @@ -57,8 +57,8 @@
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"undici": "^7.2.0",
"vite": "6.0.5",
"vite-tsconfig-paths": "5.1.4",
"vite": "5.4.2",
"vite-tsconfig-paths": "5.0.1",
"wrangler": "latest",
"yaml": "^2.6.1",
"zod": "^3.24.1"
Expand Down
Loading

0 comments on commit 135d11b

Please sign in to comment.