mirror of
https://github.com/andrey271192/Domain_web.git
synced 2026-09-20 14:41:58 +00:00
feat: GeoExport mirror with VPS install/uninstall
Add static site copy, Node server, and one-line deploy scripts for nginx + systemd on Ubuntu VPS. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
13
site/package.json
Normal file
13
site/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user