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",
"version": "1.0.0",
"main": "index.js",
"main": "psf-bch-api.js",
"type": "module",
"scripts": {
"start": "node bin/server.js",