feat: unified portal server, single database migration & railway configuration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "webgis_chloropleth",
|
||||
"version": "1.0.0",
|
||||
"description": "Static WebGIS Chloropleth app wrapped in an Express server",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user