4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
|
cd /d "%~dp0.."
|
|
npm run docs:dev -- --host 0.0.0.0 --port 8888
|