mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-02 21:42:16 +00:00
- 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>
11 lines
259 B
JSON
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'"
|
|
}
|
|
}
|