feat: GraphQL mutations for User + Group

This commit is contained in:
NGPixel
2017-08-08 22:36:29 -04:00
parent e0b788501d
commit 7e1cb3d171
5 changed files with 58 additions and 18 deletions

View File

@@ -140,7 +140,7 @@ globalTasks.then(() => {
nodemon({
exec: (args.d) ? 'node server' : 'node wiki configure',
ignore: ['assets/', 'client/', 'data/', 'repo/', 'tests/'],
ext: 'js json',
ext: 'js json graphql',
watch: (args.d) ? ['server'] : ['server/configure.js'],
env: { 'NODE_ENV': 'development' }
})