- add a build command
- fix an error in swagger doc
This commit is contained in:
parent
0ae35590f4
commit
22de906767
1
build.ssh
Normal file
1
build.ssh
Normal file
@ -0,0 +1 @@
|
||||
nexe index.js --build --python python3 --resource "./static/*" --resource "./templates/*"
|
@ -170,7 +170,7 @@ paths:
|
||||
operationId: "textEnableColoring"
|
||||
parameters:
|
||||
- in: path
|
||||
name: "show"
|
||||
name: "enable"
|
||||
required: true
|
||||
type: boolean
|
||||
description: "If true the timer will change color by value, else the timer stays white."
|
||||
|
@ -4,7 +4,8 @@
|
||||
"description": "An opensource countdown",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "nexe index.js --build"
|
||||
},
|
||||
"author": "TheGreydiamond",
|
||||
"license": "LGPL-3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user