Skip to content

Commit ad78ab9

Browse files
committed
feat: adds auth ui for nestjs
1 parent 9429d65 commit ad78ab9

File tree

3 files changed

+598
-17
lines changed

3 files changed

+598
-17
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"kysely:prod:migrate:down": "pnpm run kysely:prod migrate:down",
3535
"kysely:prod:migrate:rollback:all": "pnpm run kysely:prod migrate:rollback --all",
3636
"doc:generate": "npx compodoc -p tsconfig.json -n \"Documentation\"",
37-
"doc:serve": "npx compodoc -p tsconfig.json -n \"Documentation\" -s"
37+
"doc:serve": "npx compodoc -p tsconfig.json -n \"Documentation\" -s",
38+
"auth:ui": "serve tools/supabase-auth-ui -p 3002"
3839
},
3940
"dependencies": {
4041
"@apollo/server": "^4.10.0",
@@ -65,6 +66,7 @@
6566
"reflect-metadata": "^0.2.1",
6667
"rimraf": "^5.0.5",
6768
"rxjs": "^7.8.1",
69+
"serve": "^14.2.4",
6870
"swagger-ui-express": "^5.0.0",
6971
"uuid": "^9.0.1"
7072
},

0 commit comments

Comments
 (0)