Commit 1d17878
committed
feat: add Coastfile for local development
Add a Coastfile so developers can use Coasts to run isolated dev
environments with the full stack (Next.js, backend worker, zoekt,
Postgres, Redis) in parallel for worktree-based workflows.
AUTH_URL is set via the Coastfile command using the WEB_DYNAMIC_PORT
env var that Coast injects at runtime. No changes to .env.development
needed.
Fixes #10561 parent ab50384 commit 1d17878
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments