mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-14 22:41:20 -04:00
Now that we don't rely on node_modules, we can update the content base to just `playground` and just look at it from http://localhost:8080/
2 lines
90 B
Batchfile
2 lines
90 B
Batchfile
@echo off
|
|
node_modules\.bin\webpack-dev-server --host 0.0.0.0 --content-base .\playground
|