fix(app name): Changing index.js to psf-bch-api.js

This commit is contained in:
Chris Troutner
2025-11-16 10:25:55 -08:00
parent 8fe5a0b22d
commit 550c763df6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "psf-bch-api", "name": "psf-bch-api",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "psf-bch-api.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "node bin/server.js", "start": "node bin/server.js",
View File