Fix Dev Proxy
Setup User Secrets for config
This commit is contained in:
parent
b44d822eb9
commit
fc8149dcca
7 changed files with 37 additions and 16 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue