Moving everything into a single repo and build

This commit is contained in:
Zef Hemel
2022-03-20 09:56:28 +01:00
parent 4e570191a6
commit 7352c6c612
64 changed files with 11463 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.PHONY: core
BUILD=../plugbox/bin/plugbox-bundle.mjs
core: core/*
${BUILD} --debug core/core.plug.json ../webapp/src/generated/core.plug.json
watch: *
ls -d core/* | entr make