Commit c1498ab
authored
fix(run): pin bootstrap import version (#1150)
* fix(run): pin bootstrap import to package version
Avoid runtime fetch/version resolution in scripts/run.ts by importing @deco/deco using the local package version from deno.json, reducing startup latency and preventing long metadata lookups.
Made-with: Cursor
* fix(run): allow DECO_VERSION override
Prefer DECO_VERSION when set in scripts/run.ts while keeping deno.json version as default, so runtime version can be explicitly overridden without changing source.
Made-with: Cursor1 parent f5307c0 commit c1498ab
1 file changed
Lines changed: 6 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | | - | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 7 | + | |
| 8 | + | |
21 | 9 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 10 | + | |
25 | 11 | | |
26 | 12 | | |
27 | | - | |
28 | 13 | | |
29 | | - | |
| 14 | + | |
0 commit comments