mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 05:26:28 +00:00
* Use experimental modules flag for Node before 12.22.4 (#60891) * Use experimental modules flag for Node before 12.22.4 Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
3 lines
83 B
Batchfile
3 lines
83 B
Batchfile
@echo off
|
|
"%~dp0\..\bootstrap\node.bat" --experimental-modules "%~dp0\build.js" %*
|