fix(commerce): add TypeScript runtime for Medusa build
Build and Push Medusa / Construir y publicar Medusa (push) Failing after 10m24s

This commit is contained in:
2026-08-01 02:32:05 -05:00
parent 7939dc492c
commit 67f41ccdbb
3 changed files with 174 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@
"@types/react-dom": "^18.2.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.14"
},