feat: add authentication
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user