fix: add main script to package.json

Also added other random details
This commit is contained in:
2024-06-02 07:28:29 -04:00
parent 9333b27d83
commit 6eb6fde1c8

View File

@@ -1,4 +1,8 @@
{
"name": "aniplay-api",
"version": "1.0.0",
"description": "API for Aniplay",
"main": "src/index.ts",
"scripts": {
"dev:cloudflare": "wrangler dev src/index.ts --port 8080",
"dev:server": "bun run --watch src/index.ts",