diff options
| author | Ritesh Ghosh <[email protected]> | 2023-11-29 19:25:22 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-11-29 19:25:22 +0530 |
| commit | 5da81f18ce271df71a80d63a19d2f6ce7da6d072 (patch) | |
| tree | 00dfb1abfa57dd26de45c8004550acb2e53a8b4f /api/index.ts | |
| parent | 2b44770a5e4ed5010c3f3de04a7fcbe6908662fc (diff) | |
| download | aniwatch-api-5da81f18ce271df71a80d63a19d2f6ce7da6d072.tar.xz aniwatch-api-5da81f18ce271df71a80d63a19d2f6ce7da6d072.zip | |
feat: add vercel api entry point file
Diffstat (limited to 'api/index.ts')
| -rw-r--r-- | api/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/index.ts b/api/index.ts new file mode 100644 index 0000000..be3392b --- /dev/null +++ b/api/index.ts @@ -0,0 +1,3 @@ +import app from "../src/server.js"; + +export default app; |
