mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fixed why production didnt work
This commit is contained in:
parent
a43a4b2c5d
commit
0432d3277e
@ -1,5 +1,5 @@
|
||||
import path from 'path'
|
||||
import { fileLoader, mergeResolvers } from 'merge-graphql-schemas'
|
||||
|
||||
const resolversArray = fileLoader(path.join(__dirname, './!(*.spec).ts'))
|
||||
const resolversArray = fileLoader(path.join(__dirname, './!(*.spec).(ts|js)'))
|
||||
export default mergeResolvers(resolversArray)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user