Skip to content

Commit 4124f83

Browse files
committed
set bun as default
1 parent 87af2ea commit 4124f83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/advanced/3_cli/sync.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ wmill sync push [options]
110110

111111
Note that you can explicitly exclude (or include) specific files or folders to be taken into account with a [`wmill.yaml` file](https://github.com/windmill-labs/windmill-sync-example/blob/main/wmill.yaml).
112112

113+
```yaml
114+
includes: ['f/**'] # uses "*" or uncomment this line to include everything. Note that wmill will only consider files with valid path (u/ or f/, with the right extension)
115+
excludes: [] # excludes patterns here
116+
117+
defaultTs: 'bun' # deno is the default, set it to bun if you primarily use bun to avoid needing the .bun.ts extension
118+
```
119+
113120
## Example Repos
114121
115122
We provide an example repo for syncing with Windmill:

0 commit comments

Comments
 (0)