diff --git a/server/index.js b/server/index.js index b87a663..e75f8de 100644 --- a/server/index.js +++ b/server/index.js @@ -3,9 +3,9 @@ import express from 'express' import cors from 'cors' import grpc from '@grpc/grpc-js' import protoLoader from '@grpc/proto-loader' -import path from 'path' -import { fileURLToPath } from 'url' -import 'dotenv/config'; +import { resolve } from 'path'; +import { fileURLToPath } from 'url'; +import 'dotenv/config'; const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename)