mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update createWeb.svelte
changed the format of code for env from bash to dotenv
This commit is contained in:
@@ -302,7 +302,7 @@ ${prefix}APPWRITE_ENDPOINT = "${sdk.forProject(page.params.region, page.params.p
|
||||
|
||||
<!-- Temporary fix: Remove this div once Code splitting issue with stack spacing is resolved -->
|
||||
<div class="pink2-code-margin-fix">
|
||||
<Code lang="bash" lineNumbers code={selectedFramework.updateConfigCode} />
|
||||
<Code lang="dotenv" lineNumbers code={selectedFramework.updateConfigCode} />
|
||||
</div>
|
||||
|
||||
<Typography.Text variant="m-500"
|
||||
|
||||
Reference in New Issue
Block a user