Allow Node.js 24 in engines
This commit is contained in:
parent
1b89c72c2e
commit
0d5e92136f
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=18.17 <23"
|
||||
"node": ">=18.17 <25"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bash scripts/Dev-MCP-Server.sh && next dev --turbo",
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
User-agent: Googlebot
|
||||
Allow: /
|
||||
Allow: /_next/static/
|
||||
Allow: /_next/image
|
||||
Disallow: /admin/
|
||||
Disallow: /api/
|
||||
Disallow: /internal/
|
||||
Disallow: /_next/
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user