summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 07:16:56 +0200
committerRory& <root@rory.gay>2025-05-28 07:16:56 +0200
commite7800727d55f5491ec4d935ab063ee102e7cdf73 (patch)
tree595569fce449cb9d82a8db35e731e68fa006432d /package.json
parentInitialise modules, add eslint config (diff)
downloadnodejs-final-assignment-e7800727d55f5491ec4d935ab063ee102e7cdf73.tar.xz
Bare minimum express server, fix nix package
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json

index 9d2c557..d65d404 100644 --- a/package.json +++ b/package.json
@@ -2,7 +2,8 @@ "name": "nodejs-final-assignment", "version": "1.0.0", "description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/3A9ByVp3)", - "main": "index.js", + "main": "src/api/start.js", + "type": "module", "scripts": { "prepare": "husky install" },