Files
justanime.fun/render.yaml
2026-03-01 12:39:28 +05:30

13 lines
246 B
YAML

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