aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-11-29 19:32:09 +0530
committerGitHub <[email protected]>2023-11-29 19:32:09 +0530
commitc15c194031ca5053d2cd143336544271b176ad93 (patch)
treed6bb7d52c128eda8f124d6c5a70aa9ecb93b5e8c /package.json
parentb9cf76d9aeb70e2dc1e5f2c31ec580f018a96812 (diff)
parentc079bf808ab2e6ec7fa58832f842b05e6212111a (diff)
downloadaniwatch-api-c15c194031ca5053d2cd143336544271b176ad93.tar.xz
aniwatch-api-c15c194031ca5053d2cd143336544271b176ad93.zip
Merge pull request #9 from ghoshRitesh12/vercel
Add Vercel deployment support
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 422a1c4..0753fbf 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"start": "tsx src/server.ts",
"dev": "tsx watch src/server.ts",
"build": "tsc -p tsconfig.json",
+ "vercel-build": "echo \"Hello\"",
"prepare": "husky install",
"test": "jest",
"healthcheck": "curl -f http://localhost:4000/health"
@@ -49,6 +50,6 @@
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"tsx": "^4.2.0",
- "typescript": "^5.1.6"
+ "typescript": "^5.3.2"
}
} \ No newline at end of file