6 lines
81 B
Batchfile
6 lines
81 B
Batchfile
cd frontend
|
|
start npm run watch
|
|
cd ..
|
|
@echo off
|
|
cd batch
|
|
start webpack.exe
|