use the same '@/dir/file' as Next for server

This commit is contained in:
Gavin McDonald
2025-04-14 14:20:49 -04:00
parent a1e4241c41
commit 4189e41da5
5 changed files with 53 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
{
"watch": ["server.ts"],
"exec": "ts-node --project tsconfig.server.json server.ts",
"ext": "js ts"
"watch": ["server.ts"],
"exec": "ts-node -r tsconfig-paths/register --project tsconfig.server.json server.ts",
"ext": "js ts"
}