mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
suynapse client args
This commit is contained in:
@@ -249,6 +249,10 @@ export class SynapseHTTPClient {
|
||||
}
|
||||
|
||||
export const createSynapseClient = ({ artifactId }: { artifactId: string }) => {
|
||||
console.log('Creating synapse client', {
|
||||
endpoint: process.env.SYNAPSE_ENDPOINT,
|
||||
artifactId
|
||||
});
|
||||
const synapse = new SynapseHTTPClient({
|
||||
endpoint: process.env.SYNAPSE_ENDPOINT!,
|
||||
artifactId
|
||||
|
||||
Reference in New Issue
Block a user