This commit is contained in:
Schrottkatze 2023-12-08 12:09:43 +01:00
commit 455811c844
9 changed files with 240 additions and 0 deletions

6
justfile Normal file
View file

@ -0,0 +1,6 @@
build:
rm -rf dist/*
mkdir -p dist
cp public/* dist
tsc src/main.ts --outFile dist/main.js