mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
chore: add engines to package json
This commit is contained in:
parent
0e63eb77c0
commit
9f2b5a9728
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
||||
.pnp.js
|
||||
/redis-data
|
||||
traefik.yml
|
||||
.docker
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
@ -129,6 +129,7 @@
|
||||
"initVersion": "7.25.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "18.x"
|
||||
}
|
||||
"node": "^18.18.0",
|
||||
"pnpm": "^8.15.4"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user