feat: update README with installation command and add debug logs in deploy command
- Added installation command for the CLI tool in README. - Enhanced deploy command with debug logging for upload results and query app version. - Integrated useKey for fetching KEVISUAL_TOKEN in get-config module. - Added debug logging in queryAppVersion for better traceability. - Updated temp.md with new dependency and example command for deployment.
This commit is contained in:
@@ -14,6 +14,10 @@ export const query = new QueryClient({
|
||||
url: getUrl()
|
||||
});
|
||||
|
||||
export const clientQuery = new QueryClient({
|
||||
url: '/client/router'
|
||||
});
|
||||
|
||||
export const remoteQuery = new Query({
|
||||
url: '/api/router'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user