fix: Add engines field to require Node.js 20+ for Astro 5.x compatibility
Astro 5.x requires Node.js >=18.20.8, added engines field to ensure Nixpacks/Easypanel uses Node.js 20 instead of defaulting to 18.20.5
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
"name": "moreminimore-redesign",
|
"name": "moreminimore-redesign",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|||||||
Reference in New Issue
Block a user