Commit 63a385d
Use posix separators for
Fixes an error with separators in windows vs. unix:
```Error: ROR] Could not resolve "./convex\\convex.config.js"
✖ esbuild failed: Error: Build failed with 1 error:
error: Could not resolve "./convex\\convex.config.js"
```
We have to use `\` instead of`/` sometimes in the definition path.
GitOrigin-RevId: 1457a5170c8a52784f828bffd2b82a91bbf7dd7cconvex.config (#41957)1 parent be4a6e0 commit 63a385d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
0 commit comments