mirror of
https://github.com/andrey271192/Domain_web.git
synced 2026-09-20 14:41:58 +00:00
Add static site copy, Node server, and one-line deploy scripts for nginx + systemd on Ubuntu VPS. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"name": "geoexport-clone",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Local mirror of https://geoexport.org/",
|
|
"scripts": {
|
|
"start": "node server.mjs",
|
|
"dev": "node server.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|