You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
2
2
excludes: [] # excludes patterns here
3
3
4
-
defaultTs: "bun"#deno is the default, set it to bun if you primarily use bun to avoid needing the .bun.ts extension
4
+
defaultTs: "bun"#bun is the default, set it to deno if you primarily use deno to avoid needing the .deno.ts extension
0 commit comments