Mercurial > code > home > repos > light9
annotate bin/fade @ 2292:0a11698fecc4
look who just read https://lit.dev/docs/components/properties/#boolean-attributes
author | drewp@bigasterisk.com |
---|---|
date | Mon, 29 May 2023 23:37:08 -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 |