14 lines
692 B
Plaintext
14 lines
692 B
Plaintext
|
||
> @figma/my-make-file@0.0.1 predev
|
||
> powershell -NoProfile -ExecutionPolicy Bypass -Command "$p=(Get-NetTCPConnection -LocalPort 5173 -State Listen -ErrorAction SilentlyContinue | Select-Object -Expand OwningProcess -Unique); if($p){$p|ForEach-Object{Stop-Process -Id $_ -Force -ErrorAction SilentlyContinue}}"
|
||
|
||
|
||
> @figma/my-make-file@0.0.1 dev
|
||
> vite --host 127.0.0.1 --port 5173 --strictPort
|
||
|
||
[2m۱۰:۰۹:۴۵[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m Re-optimizing dependencies because vite config has changed
|
||
|
||
[32m[1mVITE[22m v6.4.2[39m [2mready in [0m[1m427[22m[2m[0m ms[22m
|
||
|
||
[32m➜[39m [1mLocal[22m: [36mhttp://127.0.0.1:[1m5173[22m/[39m
|