[FIX] twenty-shared build on window even wsl (#11130)

# Introduction
Handles both '/' and '\' by using native path api
This commit is contained in:
Paul Rastoin
2025-03-25 11:44:32 +01:00
committed by GitHub
parent 96c61df007
commit d601213c21
3 changed files with 308 additions and 19 deletions

View File

@ -17,7 +17,9 @@
"@preconstruct/cli": "patch:@preconstruct/cli@npm%3A2.8.11#./patches/@preconstruct-cli-npm-2.8.11-030abfa6ae.patch",
"@prettier/sync": "^0.5.2",
"@types/babel__preset-env": "^7",
"babel-plugin-module-resolver": "^5.0.2"
"babel-plugin-module-resolver": "^5.0.2",
"glob": "^11.0.1",
"tsx": "^4.19.3"
},
"dependencies": {
"@sniptt/guards": "^0.2.0",