Convert back to server app from lambda function

This commit is contained in:
2024-01-17 19:56:31 +01:00
parent 023956514b
commit e53f948c20
8 changed files with 14 additions and 536 deletions

View File

@@ -3,11 +3,10 @@
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"noEmit": true,
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["netlify/functions/validate-pr"]
}
}