init
This commit is contained in:
commit
455811c844
9 changed files with 240 additions and 0 deletions
6
justfile
Normal file
6
justfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
build:
|
||||
rm -rf dist/*
|
||||
mkdir -p dist
|
||||
cp public/* dist
|
||||
tsc src/main.ts --outFile dist/main.js
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue