mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix path in seed file
This commit is contained in:
parent
e34ee1a259
commit
3b3f41f6d7
@ -9,9 +9,9 @@ import {
|
|||||||
createGroupMutation,
|
createGroupMutation,
|
||||||
joinGroupMutation,
|
joinGroupMutation,
|
||||||
changeGroupMemberRoleMutation,
|
changeGroupMemberRoleMutation,
|
||||||
} from './graphql/groups'
|
} from '../graphql/groups'
|
||||||
import { createPostMutation } from './graphql/posts'
|
import { createPostMutation } from '../graphql/posts'
|
||||||
import { createCommentMutation } from './graphql/comments'
|
import { createCommentMutation } from '../graphql/comments'
|
||||||
import { categories } from '../constants/categories'
|
import { categories } from '../constants/categories'
|
||||||
|
|
||||||
if (CONFIG.PRODUCTION && !CONFIG.PRODUCTION_DB_CLEAN_ALLOW) {
|
if (CONFIG.PRODUCTION && !CONFIG.PRODUCTION_DB_CLEAN_ALLOW) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user