chore: add required node version
This commit is contained in:
parent
b64ae40dcf
commit
ec92c36f82
@ -2,6 +2,9 @@
|
|||||||
"name": "aes67-daemon-webui",
|
"name": "aes67-daemon-webui",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user