Run dev server throughout orb lifecycle (#19)

Amp-Thread-ID: https://ampcode.com/threads/T-019f8aec-e13a-7495-a56f-89bcb9e9fbc1

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Akash Shakdwipeea
2026-07-23 19:14:37 +05:30
committed by GitHub
co-authored by Amp
parent a4414cc735
commit 8a8369706b
4 changed files with 14 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
services:
yawn-preview:
command: npm start -- --host 0.0.0.0 --port "$PORT"
yawn-dev:
command: npm run dev
portal:
title: Yawn
description: WebGPU level editor preview.
description: WebGPU level editor development server with hot reload.