mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-23 22:15:49 +00:00
chore(dashboard): remove unused DISCORD_URL import for cleaner code
This commit is contained in:
parent
51c361aec6
commit
e59c0af44d
@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import CodeSample from '$components/CodeSample.svelte'
|
||||
import CardHeader from '$src/components/cards/CardHeader.svelte'
|
||||
import { DISCORD_URL, INSTANCE_URL } from '$src/env'
|
||||
import { isCnameActive } from 'pockethost/common'
|
||||
import { INSTANCE_URL } from '$src/env'
|
||||
|
||||
import { instance } from './store'
|
||||
|
||||
let installSnippet = `npm i pocketbase`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user