summaryrefslogtreecommitdiff
path: root/run_dev.sh
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 17:03:06 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 17:03:06 -0500
commit59260c4f7a265f1ad4db9e0ee5e469132cdef094 (patch)
tree588cf415f8b819a30090b085d9e32b42836d73ca /run_dev.sh
parent2ef049102f6824a6ab6ae99ee87c115f7608707e (diff)
minor: publishing from public with a Makefile instead of having everything at the toplevel
Diffstat (limited to 'run_dev.sh')
-rwxr-xr-xrun_dev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_dev.sh b/run_dev.sh
index ebf4ca7..ea90602 100755
--- a/run_dev.sh
+++ b/run_dev.sh
@@ -1 +1 @@
-python3 -m http.server 8080 \ No newline at end of file
+python3 -m http.server 8080 --directory ./public \ No newline at end of file