mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
fix(build): exclude CLI-only auth config from server dist build
This commit is contained in:
parent
81051ca965
commit
d92de5a4a0
@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "./src/**/*"],
|
||||
"exclude": ["**/dist", "tsup.ts"],
|
||||
"exclude": ["**/dist", "tsup.ts", "src/lib/auth-cli.ts"],
|
||||
"tsc-alias": {
|
||||
"resolveFullPaths": true,
|
||||
"verbose": false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user