Mercurial > code > home > repos > light9
annotate bin/fade @ 2331:b09ff4b0094c
faders in pages now
author | drewp@bigasterisk.com |
---|---|
date | Fri, 02 Jun 2023 09:42:18 -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 |