Skip to content

Commit 97ed85c

Browse files
committed
fix: ts config and node_env
1 parent 8a200b7 commit 97ed85c

File tree

5 files changed

+46
-5
lines changed

5 files changed

+46
-5
lines changed

apps/www/@/lib/auth/lucia.auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const google = new Google(
1818
process.env.NEXT_PUBLIC_URL + '/api/auth/google/callback'
1919
)
2020

21-
export const lucia = new Lucia(adapter, {
21+
export const lucia =722243102308-cl094not4ic84cod6q1iudvno50beaa6.apps.googleusercontent.com new Lucia(adapter, {
2222
sessionExpiresIn: new TimeSpan(30, "d"),
2323
sessionCookie: {
2424
expires: true,

packages/cli/dist/index.js

100644100755
File mode changed.

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
"ts-morph": "^18.0.0",
7070
"tsconfig-paths": "^4.2.0",
7171
"type-fest": "^4.18.3",
72+
"tsup": "^6.6.3",
7273
"zod": "^3.20.2"
74+
7375
},
7476
"devDependencies": {
7577
"@types/babel__core": "^7.20.1",
@@ -80,7 +82,6 @@
8082
"@types/prompts": "^2.4.2",
8183
"rimraf": "^4.1.3",
8284
"tailwindcss": "^3.3.2",
83-
"tsup": "^6.6.3",
8485
"type-fest": "^3.8.0",
8586
"typescript": "^4.9.3"
8687
},

packages/cli/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"isolatedModules": false,
66
"esModuleInterop": true,
7+
"noEmit": true,
78
"baseUrl": ".",
89
"paths": {
910
"@/*": ["./*"]

pnpm-lock.yaml

Lines changed: 42 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)