mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
fixed config
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const config: Config = {
|
||||
watchers: {
|
||||
compileGraphQLTypes: {
|
||||
paths: ["core/server/graph/**/*.graphql"],
|
||||
executor: new CommandExecutor("npm run compile:server:types", {
|
||||
executor: new CommandExecutor("npm run compile:graphql", {
|
||||
runOnInit: true,
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user