Good point to make a commit

This commit is contained in:
2025-07-06 19:03:59 +02:00
parent 365143c7db
commit 2895b917fc
16 changed files with 18636 additions and 39 deletions

24
.gowebbuild.yaml Normal file
View File

@ -0,0 +1,24 @@
- esbuild:
entryPoints:
- demo/src/the-app.js
outdir: demo/dist
sourcemap: 1
format: 3
splitting: true
platform: 0
bundle: true
write: true
logLevel: 3
purgeBeforeBuild: false
watch:
paths:
- .
exclude:
- demo/
injectLiveReload: demo/index.html
serve:
path: "demo"
port: 8080
# link:
# from: ../../web/tp-elements
# to: ./frontend