fix: add module type to package.json and remove unused import in server.js
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
@@ -9,7 +9,6 @@ import {
|
||||
removeEntries,
|
||||
saveRow,
|
||||
resetData,
|
||||
getVitals,
|
||||
} from "./services/database.js";
|
||||
import { generateToken, authenticate } from "./services/tokenService.js";
|
||||
env.config();
|
||||
|
Reference in New Issue
Block a user