diff options
author | metamuffin <metamuffin@disroot.org> | 2023-04-05 09:13:44 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-04-05 09:13:44 +0200 |
commit | abff04fe71d29be41875db1173a554fb11c67173 (patch) | |
tree | 8b00e53aae19b69434b034700facaec67334ffd9 /makefile | |
parent | 8b198d7244d45140bcc7e211cd8811043a856455 (diff) | |
download | keks-meet-abff04fe71d29be41875db1173a554fb11c67173.tar keks-meet-abff04fe71d29be41875db1173a554fb11c67173.tar.bz2 keks-meet-abff04fe71d29be41875db1173a554fb11c67173.tar.zst |
replace depreceated deno bundle with esbuild
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ watch: watch-public: make -C client-web watch & make -C server watch-public +kill-watch: + pkill esbuild || true + pkill cargo || true + pkill make || true install-server: client-build cargo +nightly install --force --path server --features standalone install-native: |