From 0016e2104c8845be9aad8b4f682b5ed815a87fe1 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Sun, 24 May 2026 15:41:18 +0200 Subject: [PATCH] fix missing app.css in svelte template --- package.json | 2 +- .../src/app.css" | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 "template/apps/<@if(eq(context.project.frontend,\"svelte-kit\"))>web/src/app.css" diff --git a/package.json b/package.json index 61df3fb..f13f337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-glstack", - "version": "0.0.5", + "version": "0.0.6", "type": "module", "license": "MIT", "bin": { diff --git "a/template/apps/<@if(eq(context.project.frontend,\"svelte-kit\"))>web/src/app.css" "b/template/apps/<@if(eq(context.project.frontend,\"svelte-kit\"))>web/src/app.css" new file mode 100644 index 0000000..798d8f1 --- /dev/null +++ "b/template/apps/<@if(eq(context.project.frontend,\"svelte-kit\"))>web/src/app.css" @@ -0,0 +1 @@ +import @tailwindcss;