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