feat: 增加resolve
This commit is contained in:
parent
c159ecd988
commit
a73a613bda
@ -3,8 +3,8 @@ 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 { resolve } from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
import 'dotenv/config';
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user