Compare commits

..

No commits in common. "31e56f0bad80ec37eb1545c3f426d0f9ff473327" and "8741e3b89fc2efcaaff87e96dd410b736ce3eb50" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

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

View file

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