Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

const example1 = `import { Client } from 'appwrite';`;
const example2 =
`<script src="https://cdn.jsdelivr.net/npm/appwrite@${$versions['client-web']}" />
`<script src="https://cdn.jsdelivr.net/npm/appwrite@${$versions['client-web']}"></script` + `>`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a problem that's causing a build error. Please make sure the console builds successfully.

<script>
const { Client } = Appwrite;
</script` + `>`; // Prevent svelte from processing the closing script tag
Expand Down