feat: add script to launch Image Studio with local ComfyUI server

This commit is contained in:
syntaxbullet
2026-07-11 15:11:22 +02:00
parent 5915c62a9a
commit f4e13b80e7
3 changed files with 89 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "bun --hot index.ts",
"dev:full": "./scripts/dev-with-comfy.sh",
"start": "NODE_ENV=production bun index.ts",
"build": "bun run build.ts",
"lint": "eslint .",