Skip to content

Commit 4fe1278

Browse files
committed
Update main field in package.json to src/notes-api-server.js for correct entry point
1 parent 8c1a4a8 commit 4fe1278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodejs-simple-notes-app",
33
"version": "1.0.0",
4-
"main": "index.js",
4+
"main": "src/notes-api-server.js",
55
"type": "module",
66
"engines": {
77
"node": ">=22.0.0 <23.0.0",

0 commit comments

Comments
 (0)