Commit a34370c
[adapter-vercel] Use path/posix to resolve the relative path (issue#3163) (#3200)
* Use path/posix to resolve the relative path
if we use the default path implementation, on windows we get malformed output since esmodules use "/" as the seperator
(related #3163 )
* use posix as export instead of subpackage
* Add changeset
* Update .changeset/fuzzy-jobs-retire.md
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>1 parent 2839689 commit a34370c
File tree
2 files changed
+7
-2
lines changed- .changeset
- packages/adapter-vercel
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments