mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-06-30 12:54:15 +00:00
model param and make file
This commit is contained in:
parent
012d1cdc1a
commit
489f650419
7 changed files with 1883 additions and 1855 deletions
6
Makefile
Normal file
6
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue