mirror of https://github.com/Lissy93/dashy.git
Adds Heroku support
This commit is contained in:
parent
a43052e231
commit
a9018f137a
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "Dashy",
|
||||||
|
"description": "A Dashboard for your Homelab 🚀",
|
||||||
|
"repository": "https://github.com/lissy93/dashy",
|
||||||
|
"logo": "https://github.com/Lissy93/dashy/blob/master/docs/assets/logo.png",
|
||||||
|
"keywords": [
|
||||||
|
"node",
|
||||||
|
"vue",
|
||||||
|
"static",
|
||||||
|
"dashboard",
|
||||||
|
"self-hosted",
|
||||||
|
"home-lab",
|
||||||
|
"lissy93"
|
||||||
|
],
|
||||||
|
"image": "heroku/nodejs",
|
||||||
|
"stack": "heroku-20"
|
||||||
|
}
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "panel",
|
"name": "panel",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"heroku-run-build-script": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server",
|
"start": "node server",
|
||||||
"dev": "vue-cli-service serve",
|
"dev": "vue-cli-service serve",
|
||||||
|
@ -53,6 +54,9 @@
|
||||||
"gitHooks": {
|
"gitHooks": {
|
||||||
"pre-commit": "yarn lint"
|
"pre-commit": "yarn lint"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "15.x"
|
||||||
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"root": true,
|
"root": true,
|
||||||
"env": {
|
"env": {
|
||||||
|
|
Loading…
Reference in New Issue