fix: backend won't start

This commit is contained in:
2026-07-08 11:31:38 +02:00
parent 84fa2e0ab0
commit 87bed4e1c7
7 changed files with 2240 additions and 344 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import express from "express";
import dotenv from "dotenv";
import {authenticate, generateToken} from "../../services/tokenService.js";
import {authenticate, generateToken} from "../../services/tokenService.ts";
import {changePassword, findUser, getSettings, loginUser, updateSettings,} from "./database/users.database.ts";
import {GENERAL_ERROR_CODE, USER_ERROR_CODE} from "@stockhome/shared";