diff options
| author | Fuwn <[email protected]> | 2024-01-07 00:13:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-07 00:13:40 -0800 |
| commit | f0767e860609ac5d3a33b26357cb21ec4f16922c (patch) | |
| tree | 4f7b25955a28200d1d9ef9dd7078816f660c3a5a /Koifile | |
| parent | chore(Koifile): use koix make mode (diff) | |
| download | due.moe-f0767e860609ac5d3a33b26357cb21ec4f16922c.tar.xz due.moe-f0767e860609ac5d3a33b26357cb21ec4f16922c.zip | |
refactor(hovercover): simple state
Diffstat (limited to 'Koifile')
| -rwxr-xr-x | Koifile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ fn all() { dev() } -fn dev() { - bun run dev --host -} +fn dev() { $(bun run dev --host) } fn vpn() { piactl disconnect piactl connect } + +fn check() { $(bun --bun run check) } |