mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
refactor: remove save on build on next app and integrate turbopack
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
"moduleResolution": "Node",
|
||||
"rootDir": "./src",
|
||||
"baseUrl": ".",
|
||||
"incremental": false,
|
||||
"jsx": "react-jsx",
|
||||
"paths": {
|
||||
"@/server/*": ["src/*"]
|
||||
"@dokploy/server/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "./src/**/*"],
|
||||
|
||||
Reference in New Issue
Block a user