comparison bin/fade @ 2149:cce16500f747

faster startup of all vite tools
author drewp@bigasterisk.com
date Wed, 17 May 2023 19:24:29 -0700
parents 1ef921880e37
children d193689223fb
comparison
equal deleted inserted replaced
2148:2973ec5df7e4 2149:cce16500f747
1 #!/bin/sh 1 #!/bin/sh
2 pnpx vite -c light9/fade/web/vite.config.ts & 2 pnpm exec vite -c light9/fade/web/vite.config.ts &
3 wait 3 wait
4 4