You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
error: newWrongFolderError('You must be in code.store service root folder to invoke this command.\nCheck if codestore.yaml and schema.graphql exist.'),
13
13
},
14
14
schema: {
15
-
path: join(Paths.SRC,'schema.graphql'),
15
+
path: PathsResolverTool.SCHEMA,
16
16
error: newWrongFolderError(`Cannot find schema.graphql, make sure that you invoke this command from the service root folder or use ${yellow('cs service:pull')} to restore your graphql.schema.`),
17
17
},
18
18
};
@@ -37,28 +37,4 @@ export default class ServiceWorker {
0 commit comments