Compare commits
2 commits
8741e3b89f
...
31e56f0bad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31e56f0bad | ||
|
|
b78f2b188a |
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ services:
|
|||
container_name: kv-pix
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "8558:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
|
|
|||
Loading…
Reference in a new issue