mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 17:13:43 -04:00
Fix Dev Proxy
Setup User Secrets for config
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import * as signalR from "@microsoft/signalr"
|
||||
import {onMount} from "svelte";
|
||||
let x = $state(null);
|
||||
let x: string | null = $state(null);
|
||||
let textarea = $state("");
|
||||
|
||||
const connection = new signalR.HubConnectionBuilder()
|
||||
|
Reference in New Issue
Block a user