chore: init clean tree

This commit is contained in:
2025-12-17 23:19:04 +02:00
commit 01d96d3200
45 changed files with 4152 additions and 0 deletions

4
build.sh Executable file
View File

@@ -0,0 +1,4 @@
# trap "rm -r dist" EXIT
mkdir dist
bun build --compile --production --outfile=dist/deltarune_device_contact ./src/index.ts
bun build --compile --outfile=dist/deltarune_device_contact_devel ./src/index.ts