summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-29 06:17:12 +0200
committerRory& <root@rory.gay>2025-05-29 06:17:12 +0200
commit5ab3cbaa54642ada07085d1e0aa2e984dec1849a (patch)
tree51b7cc22c9db8b0fb290bf6dc1e27d7a695039d5 /package.json
parentMove middlewares out of start.js (diff)
downloadnodejs-final-assignment-5ab3cbaa54642ada07085d1e0aa2e984dec1849a.tar.xz
Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mongo attempt, add test register route
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json

index a4a26d7..550cd25 100644 --- a/package.json +++ b/package.json
@@ -13,10 +13,10 @@ }, "author": "", "license": "ISC", - "_moduleAliases": { - "@api": "./src/api", - "@db": "./src/db", - "@utils": "./src/util" + "imports": { + "#api/*": "./src/api/*", + "#db/*": "./src/db/*", + "#util/*": "./src/util/*" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1",