remove react

This commit is contained in:
2025-05-27 12:47:18 +02:00
parent 10ba53626f
commit a4765ebc91
5 changed files with 151 additions and 7 deletions

View File

@@ -19,6 +19,6 @@ out/index.html: web/index.html
cp -f $< $@
# compiles / links source code
out/script.js: web/src/*.tsx
out/script.js: web/src/*.ts
@mkdir -p $(@D)
npx esbuild web/src/main.tsx $(ESFLAGS) --outfile=$@
npx esbuild web/src/main.ts $(ESFLAGS) --outfile=$@