Add preview template config and starter static site.

Includes .webklar-preview.json for automatic deployment to
*.project.webklar.com via the Webklar preview webhook.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Webklar
2026-05-21 12:07:38 +00:00
commit c21c4f5a14
4 changed files with 118 additions and 0 deletions

7
.webklar-preview.json Normal file
View File

@@ -0,0 +1,7 @@
{
"enabled": true,
"type": "static",
"branch": "main",
"displayName": "Webklar Preview Vorlage",
"subdomain": "webklar-preview-template"
}