Wan2.1/wan-pwa/packages/db/package.json
Claude f21ab74e38
chore: add configuration files for monorepo setup
- Add root package.json and turbo.json
- Add Next.js config files
- Add FastAPI environment example
- Add PWA manifest
- Add ESLint and Prettier config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 14:19:02 +00:00

11 lines
259 B
JSON

{
"name": "@wan-pwa/db",
"version": "1.0.0",
"private": true,
"description": "Database schema and migrations",
"scripts": {
"migrate": "echo 'Run migrations in Supabase dashboard'",
"seed": "echo 'Run seed data in Supabase dashboard'"
}
}