mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
working on number type
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user