feat: add authentication

This commit is contained in:
2023-08-04 22:35:25 +02:00
parent f9638c35fc
commit 469db6525d
33 changed files with 492 additions and 100 deletions

View File

@@ -3,6 +3,7 @@
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts",
"debug": "deno run --inspect-wait -A main.ts",
"generate-prisma": "deno run -A --unstable npm:prisma@^5.1 generate --help",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
"lint": {
@@ -29,7 +30,8 @@
"@components": "./components",
"@components/": "./components/",
"@islands": "./islands",
"@islands/": "./islands/"
"@islands/": "./islands/",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts"
},
"compilerOptions": {
"jsx": "react-jsx",