Added support for glitch

This commit is contained in:
thepaperpilot 2022-03-01 20:39:38 -06:00
parent d8cbb14efe
commit 5a900410c4

View file

@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
@ -54,5 +55,8 @@
"vue-cli-service lint",
"git add"
]
},
"engines": {
"node": "14.x"
}
}