Commit c9323fd
authored
Update Opencode example to use prebuilt images (#549)
* Update OpenCode example to use pre-built image
This commit updates the examples/opencode/Dockerfile to use the
cloudflare/sandbox:<version>-opencode image and removes the installation
steps.
It also regenerates the worker-configuration.d.ts file with latest
wrangler.
* Don't fail precommit if there are no files to lint
This change passes the `--no-errors-on-unmatched` flag to biome check so
that the tool doesn't give a non-zero exit code when there are no
matching files to check.1 parent 90e1751 commit c9323fd
5 files changed
Lines changed: 1194 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 1 | + | |
11 | 2 | | |
12 | 3 | | |
13 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments