Fix backend: remove type:module, conflicts with CommonJS tsc output

This commit is contained in:
Chris Haulmark 2026-05-25 08:39:52 -06:00
parent 674cac6a4d
commit db8bc58691

View file

@ -2,7 +2,6 @@
"name": "lad-website-backend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node dist/index.js",
"dev": "tsx --watch src/index.ts",