Compare commits

...

2 commits

Author SHA1 Message Date
Khoa.vo
31e56f0bad fix: Add video ref to fileInputRefs for TypeScript build
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
2026-01-05 13:54:55 +07:00
Khoa.vo
b78f2b188a chore: Update port to 8558 2026-01-05 13:52:10 +07:00
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ export function PromptHero() {
subject: useRef<HTMLInputElement>(null),
scene: useRef<HTMLInputElement>(null),
style: useRef<HTMLInputElement>(null),
video: useRef<HTMLInputElement>(null),
};
// Auto-resize textarea

View file

@ -7,6 +7,6 @@ services:
container_name: kv-pix
restart: unless-stopped
ports:
- "3001:3000"
- "8558:3000"
environment:
- NODE_ENV=production