We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9429d65 commit ad78ab9Copy full SHA for ad78ab9
package.json
@@ -34,7 +34,8 @@
34
"kysely:prod:migrate:down": "pnpm run kysely:prod migrate:down",
35
"kysely:prod:migrate:rollback:all": "pnpm run kysely:prod migrate:rollback --all",
36
"doc:generate": "npx compodoc -p tsconfig.json -n \"Documentation\"",
37
- "doc:serve": "npx compodoc -p tsconfig.json -n \"Documentation\" -s"
+ "doc:serve": "npx compodoc -p tsconfig.json -n \"Documentation\" -s",
38
+ "auth:ui": "serve tools/supabase-auth-ui -p 3002"
39
},
40
"dependencies": {
41
"@apollo/server": "^4.10.0",
@@ -65,6 +66,7 @@
65
66
"reflect-metadata": "^0.2.1",
67
"rimraf": "^5.0.5",
68
"rxjs": "^7.8.1",
69
+ "serve": "^14.2.4",
70
"swagger-ui-express": "^5.0.0",
71
"uuid": "^9.0.1"
72
0 commit comments