Mercurial > code > home > repos > light9
annotate bin/fade @ 2361:7f30a35f3bf5
asco cleanup
author | drewp@bigasterisk.com |
---|---|
date | Sat, 03 Jun 2023 17:54:58 -0700 |
parents | d193689223fb |
children |
rev | line source |
---|---|
2101 | 1 #!/bin/sh |
2229
d193689223fb
clean up vitejs warnings for fade. this is now the model vite.config.ts
drewp@bigasterisk.com
parents:
2149
diff
changeset
|
2 exec pnpm exec vite -c light9/fade/vite.config.ts |
2101 | 3 |
2229
d193689223fb
clean up vitejs warnings for fade. this is now the model vite.config.ts
drewp@bigasterisk.com
parents:
2149
diff
changeset
|
4 |