refactor: migration

This commit is contained in:
Mauricio Siu
2024-10-24 21:25:45 -06:00
parent 4309939fd5
commit 823dbe608f
58 changed files with 7647 additions and 29 deletions

View File

@@ -24,7 +24,8 @@
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"],
"@dokploy/server/*": ["../../packages/server/src/*"]
"@dokploy/server/*": ["../../packages/server/src/*"],
"@/server/*": ["./server/*"]
},
// Vite takes care of building everything, not tsc.