tiny cleanup
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
import { useGenericAuth } from '@envelop/generic-auth'
|
||||
import { MeshPlugin } from '@graphql-mesh/types'
|
||||
|
||||
const path = require('path');
|
||||
require('dotenv').config({ path: path.resolve(__dirname, '../.env.local') });
|
||||
|
||||
|
||||
type UserType = {
|
||||
id: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user