Commit 67f1aa7
authored
docs: committed .appkit/ type cache and warehouse-less deploys (#503)
* docs: document committed .appkit/ type cache and warehouse-less deploys
Reflect the typegen cache relocation in the docs:
- type-generation.md: add a "Type cache" section (cache now lives in the
committed .appkit/ dir, not node_modules; what to commit; deterministic
serialization) and a "Deploying without warehouse access" subsection
covering the rollout ordering (seed + commit .appkit/ while the warehouse is
reachable, then cut access) and the bootstrap-vs-drift failure messages.
Update the --wait section to describe hit-skips-warehouse / miss-attempts /
unresolved-miss-fails semantics.
- project-setup.md: add .appkit/ to the canonical layout as a committed
artifact (do not gitignore).
- app-management.mdx: deploy-guide admonition that a warehouse-less deploy
needs a committed .appkit/ covering every query.
Co-authored-by: Isaac
Signed-off-by: Atila Fassina <atila@fassina.eu>
* docs: match typegen cache-failure labels to actual CLI messages
Align the warehouse-less deploy failure bullets with the strings the
build actually prints ('No committed type cache found' vs 'The committed
.appkit/ cache is missing or stale') so they are greppable in CI logs,
and broaden the drift case to cover added/missing queries, not just
changed ones.
Co-authored-by: Isaac
Signed-off-by: Atila Fassina <atila@fassina.eu>
---------
Signed-off-by: Atila Fassina <atila@fassina.eu>1 parent c9ede7b commit 67f1aa7
3 files changed
Lines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
86 | 106 | | |
87 | 107 | | |
88 | 108 | | |
| |||
0 commit comments