You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
214 B

3 months ago
  1. {
  2. "version": 2,
  3. "builds": [
  4. {
  5. "src": "src/index.ts",
  6. "use": "@vercel/node"
  7. }
  8. ],
  9. "routes": [
  10. {
  11. "src": "/(.*)",
  12. "dest": "src/index.ts"
  13. }
  14. ]
  15. }