Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Dec 25, 2024
1 parent 9e21b71 commit 65c1010
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 91 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@anuragroy/tailwindcss-animate": "^1.0.6",
"@auth/prisma-adapter": "^2.4.2",
"@auth/prisma-adapter": "2.4.2",
"@auth/qwik": "0.2.2",
"@builder.io/partytown": "^0.10.2",
"@builder.io/qwik": "1.8.0",
Expand All @@ -41,7 +41,7 @@
"@luminescent/ui-qwik": "^1.2.9",
"@modular-forms/qwik": "^0.26.1",
"@prisma/client": "5.3.1",
"@prisma/extension-accelerate": "^1.1.0",
"@prisma/extension-accelerate": "1.1.0",
"@types/eslint": "^8.56.11",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "8.18.0",
Expand All @@ -51,7 +51,7 @@
"eslint": "^8.57.0",
"eslint-plugin-qwik": "1.8.0",
"postcss": "^8.4.41",
"prisma": "^5.3.1",
"prisma": "5.3.1",
"qwik-ionicons": "^1.0.5",
"qwik-speak": "^0.23.0",
"tailwindcss": "^3.4.16",
Expand Down
116 changes: 33 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ export default defineConfig(() => {
}),
partytownVite({ dest: join(__dirname, "dist", "~partytown") })
],
dev: {
headers: {
"Cache-Control": "public, max-age=0",
},
},
preview: {
headers: {
"Cache-Control": "public, max-age=600",
Expand Down

0 comments on commit 65c1010

Please sign in to comment.