mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Fix NPM warnings
This commit is contained in:
parent
78f5d2cd8b
commit
28b14ceb70
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"name": "uptime-kuma",
|
||||
"version": "1.0.5",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/louislam/uptime-kuma.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"start-server": "node server/server.js",
|
||||
|
|
Loading…
Reference in a new issue