mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-09 20:45:17 +02:00
Weather settings form update functionality. API: update multiple values in one Config query
This commit is contained in:
parent
316bc49f5c
commit
88c8eee982
4 changed files with 95 additions and 70 deletions
|
@ -7,7 +7,8 @@
|
|||
"start": "node server.js",
|
||||
"server": "nodemon server.js",
|
||||
"client": "npm start --prefix client",
|
||||
"dev": "concurrently \"npm run server\" \"npm run client\""
|
||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||
"dev-lines": "git ls-files | grep -v '.json' | xargs wc -l"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue