working on number type

This commit is contained in:
2022-11-22 17:50:23 +00:00
parent 1e091437fd
commit 7b09133438
5 changed files with 50 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "mkdir -p build && go build -o build/argon ./src",
"dev": "nodemon -x go run ./src/. --signal SIGKILL -e go --verbose"
"dev": "nodemon -x go run ./src/. --signal SIGKILL -e go --verbose",
"start": "go run ./src/."
},
"repository": {
"type": "git",