Pollinations-ChatBox / huggingface.yaml
galihrhgnwn's picture
Create huggingface.yaml
caf57f3 verified
raw
history blame contribute delete
160 Bytes
services:
- name: web
buildCommand: "pnpm install && pnpm build"
startCommand: "pnpm start"
env:
- key: NODE_ENV
value: "production"