feature, not a bug

This commit is contained in:
Tejas Panchal
2026-03-01 12:39:28 +05:30
commit a6184c63d4
91 changed files with 6797 additions and 0 deletions

13
render.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
- type: web
name: anime-api
env: node
buildCommand: npm install
startCommand: npm start
branch: main
plan: free
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 6969