Integrated taylordb.yml configuration file

This commit is contained in:
Taylor AI 2025-12-28 01:11:15 +05:00
parent 17ed06f120
commit fb7e614dac

41
taylordb.yml Normal file
View File

@ -0,0 +1,41 @@
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