add frontend and swap whole stack to sveltekit/nodejs
This commit is contained in:
5
src/lib/stores.ts
Normal file
5
src/lib/stores.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { type Writable, writable } from 'svelte/store';
|
||||
|
||||
export const registered: Writable<{
|
||||
username: string;
|
||||
} | null> = writable(null);
|
||||
Reference in New Issue
Block a user