Mercurial > code > home > repos > light9
annotate bin/fade @ 2321:ed0db55f604c
use undefined for 'nothing selected' insetad of null
author | drewp@bigasterisk.com |
---|---|
date | Thu, 01 Jun 2023 14:20:40 -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 |