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
'Directory containing PowerSync config. Defaults to "powersync". This is required if multiple powersync config files are present in subdirectories of the current working directory.',
27
+
helpGroup: HelpGroup.PROJECT,
28
+
default: async()=>{
29
+
// Before we default, we need to ensure only 1 linked project is present.
message: `Directory "${directory}" not found. Run ${ux.colorize('blue','powersync init cloud')} or ${ux.colorize('blue','powersync init self-hosted')} first to create the project.`
51
+
message: `Directory "${flags.directory}" not found. Run ${ux.colorize('blue','powersync init cloud')} or ${ux.colorize('blue','powersync init self-hosted')} first to create the project.`
0 commit comments