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 9b66530 commit 444b483Copy full SHA for 444b483
packages/auth/tsconfig.json
@@ -3,7 +3,8 @@
3
"compilerOptions": {
4
"baseUrl": ".",
5
"paths": {
6
- "@/*": ["./src/*"]
+ "@/*": ["./src/*"],
7
+ "@call/auth/*": ["../../packages/auth/src/*"]
8
}
9
10
turbo.json
@@ -34,7 +34,6 @@
34
"db:generate": {
35
"cache": false
36
},
37
-
38
"db:migrate": {
39
"cache": false,
40
"env": ["DATABASE_URL"],
0 commit comments