forty-ends-melt/taylordb.yml
2025-12-28 01:11:15 +05:00

42 lines
483 B
YAML

version: 1
app:
name: blank
runtime:
type: node
version: 20
packageManager: pnpm
paths:
root: .
dist: dist
environment:
envVars:
NODE_ENV: production
install:
commands:
- pnpm install
build:
commands:
- pnpm build
dev:
command: pnpm dev
port: 5173
readyWhen:
log: "Local:"
start:
command: pnpm start
port: 3000
taylordb:
types:
output: src/lib/taylordb.types.ts
format: typescript
onChange:
- pnpm lint