model param and make file

This commit is contained in:
sadath-12 2023-07-16 08:46:21 +05:30
commit 489f650419
7 changed files with 1883 additions and 1855 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: compile
compile:
ncc build src/main.ts -o dist
ncc build src/main.ts -o dist -s
ncc build src/main.ts -o dist --license license.txt