feat: Remove Vercel dependencies (#21)

This PR remove the need to use Vercel to setup the server, currently it can still be used as such using the api folder
This commit is contained in:
2022-12-05 11:47:18 +01:00
committed by GitHub
parent 7be0ac3957
commit 3938dc98fc
15 changed files with 4703 additions and 5298 deletions

View File

@ -5,11 +5,15 @@
"allowJs": true,
"checkJs": true,
"jsx": "react",
"outDir": "dist",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
},
"files": [
"index.ts"
]
}