Files
zeavis-edu/apps/web/moon.yml
T

30 lines
554 B
YAML
Raw Normal View History

2026-05-22 12:41:55 +00:00
tasks:
dev:
command: bun run dev
build:
command: bun run build
deps:
- shared:build
inputs:
- src/**/*
- index.html
- package.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- tailwind.config.ts
- postcss.config.js
outputs:
- dist
typecheck:
command: bun run typecheck
deps:
- shared:typecheck
inputs:
- src/**/*
- package.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- tailwind.config.ts