chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-26 15:01:11 +02:00
commit a5f832e9ed
202 changed files with 9060 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// Generated by the fabric-theme tool — do not edit by hand.
// Lists every palette JSON in this directory. Add palettes via the theme tool.
import p_default from './default.json'
import p_emerald from './emerald.json'
export const palettes: Record<string, unknown> = {
default: p_default,
emerald: p_emerald,
}