mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
6b1d2a8eb6
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
|