aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-08 17:05:16 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-08 17:05:16 +0200
commit7c039b507695d0dbb8d00e583f7ce29b6925dcdc (patch)
tree45448d5ba901e306020874a65f4465510c5142c8 /client-web
parent922149f0cd84c9aa5753d5b3bc62901c94b9b5e3 (diff)
downloadkeks-meet-7c039b507695d0dbb8d00e583f7ce29b6925dcdc.tar
keks-meet-7c039b507695d0dbb8d00e583f7ce29b6925dcdc.tar.bz2
keks-meet-7c039b507695d0dbb8d00e583f7ce29b6925dcdc.tar.zst
use makefile for build instructions
Diffstat (limited to 'client-web')
-rw-r--r--client-web/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/makefile b/client-web/makefile
index cc36a8e..ae70bda 100644
--- a/client-web/makefile
+++ b/client-web/makefile
@@ -1,4 +1,4 @@
-public/bundle.js: source/*
+public/assets/bundle.js: source/*
deno bundle --no-check --unstable source/index.ts > $@