Closed Svenito closed 6 months ago
The lines to replace the esbuild with were specific to a Windows environment, calling cmd
cmd
This patch replaces these calls with the npm and node commands with the --prefix option, allowing these commands to run on all platforms that run node or npm
--prefix
Thank you :fire:
The lines to replace the esbuild with were specific to a Windows environment, calling
cmd
This patch replaces these calls with the npm and node commands with the
--prefix
option, allowing these commands to run on all platforms that run node or npm