Little tweaks to make it work... In a devcontainer anyway....

This commit is contained in:
2025-07-25 21:32:20 -03:00
parent 9eb293ccb1
commit f17c0d08a1
110 changed files with 10672 additions and 1246 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.2.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./src/bin/www"
},
"dependencies": {
"@google/maps": "^0.4.5",
@@ -39,12 +39,6 @@
"type": "git",
"url": "git@git.mifi.dev:12022/mifi/Pfosi-Looking-API.git"
},
"keywords": [
"Timberland",
"TBL",
"GCS",
"database"
],
"author": "Mike Fitzpatrick (badmf@mifi.dev)",
"license": "ISC"
}