diff 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
line wrap: on
line diff
--- a/bin/fade	Wed May 17 19:09:01 2023 -0700
+++ b/bin/fade	Wed May 17 19:24:29 2023 -0700
@@ -1,4 +1,4 @@
 #!/bin/sh
-pnpx vite -c light9/fade/web/vite.config.ts &
+pnpm exec vite -c light9/fade/web/vite.config.ts &
 wait