UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

9 lines (7 loc) 169 B
function create_app_state() { // Your global state here. return { } }; // You can now import { app } from '$state/app.svelte' export const app = create_app_state();