Skip to content

Commit b30f4b1

Browse files
author
Till
authored
Merge pull request #100 from one-click-studio/99-fix-ui-parameters-min-db-thresholds
99 fix UI parameters min db thresholds
2 parents 27683b7 + d4eae84 commit b30f4b1

File tree

3 files changed

+4063
-6
lines changed

3 files changed

+4063
-6
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
"scripts": {
1212
"postinstall": "npm --prefix ./src/render ci",
1313
"typecheck": "tsc --noEmit -p tsconfig.json --composite false",
14-
"dev": "cross-env GABIN_CLIENT_PORT=5999 concurrently \"npm run dev:client\" \"npm run dev:server\"",
15-
"dev:server": "npx nodemon --no-auto-open --debug",
16-
"dev:client": "npm --prefix ./src/render run dev",
1714
"build": "shx rm -rf ./build && concurrently \"npm run build:client\" \"npm run build:server\"",
1815
"build:server": "tsc && shx cp -R ./src/resources ./build/resources",
1916
"build:client": "npm --prefix ./src/render run build && shx mkdir -p ./build/render/dist && shx cp -R ./src/render/dist ./build/render",

0 commit comments

Comments
 (0)