Deploy svelte-playground with Tailscale funnel #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — board-svelte-playground. Depends on: repo scaffold + kanban move
Repo
forgejo_admin/pal-e-deployments(primary),forgejo_admin/svelte-playgroundUser Story
As the superuser
I want svelte-playground accessible at a public URL
So that I can view prototypes on my phone and share with clients
Context
Two serving modes needed (Option C):
npm run devon archbox for hot reload during iteration (localhost:5173)npm run build→ dist/ served by nginx for public Tailscale funnel URLDeployment options:
File Targets
Files to create/modify in pal-e-deployments:
Files to modify in svelte-playground:
package.json— add build script if not presentAcceptance Criteria
npm run devaccessible on archbox localhost:5173npm run buildoutputs dist/ with working static siteTest Expectations
Constraints
Checklist
Related
project-svelte-playgroundStarting work. Approach: add svelte-playground as a volume mount + nginx location in the existing playground deployment (pal-e-deployments). Same pattern as westside-playground at
/westside/. Will serve the Vitedist/output at/svelte/or similar path.