Commit cbfc22d
feat(apps-engine): default runtime backend to node
Swap the default apps-engine runtime backend from deno to node so the
node runtime is exercised by the standard API test suite. The deno
runtime can still be selected via APPS_ENGINE_RUNTIME_BACKEND='deno'.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QzzSPVtd9ZcpaezJQtw6mm1 parent 5ba7bd5 commit cbfc22d
2 files changed
Lines changed: 8 additions & 2 deletions
File tree
- .changeset
- packages/apps/src/server/managers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments