Add svelte as a view engine to swaf #33

Merged
ashpie merged 97 commits from svelte into develop 2021-11-09 19:31:22 +01:00
Showing only changes of commit c1c7b8920d - Show all commits

View File

@ -1,3 +1,3 @@
import {writable} from "svelte/store"; import {writable} from "svelte/store";
export const locals = writable({}); export const locals = writable<Record<string, unknown>>({});