Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ docker compose up
pnpm i
pnpm run dev (frontend)
pnpm dlx tsx app/videorender/videorender.ts (backend)
uv run backend/main.py
flip `isProduction` to `false` in `/app/utils/api.ts`
cd backend
uv run main.py
```

## 📃TODO
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@
"tar@<=7.5.2": ">=7.5.3",
"minimatch@<10.2.1": ">=10.2.1",
"@typescript-eslint/utils": "^8.38.0"
}
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild"
]
},
"devDependencies": {
"@eslint/js": "^9.32.0",
Expand Down
Loading