Compare commits

6 Commits

Author SHA1 Message Date
0e0a0ed78e Update preview config from ticket system 2026-07-21 14:03:13 +00:00
9557f5c92f package.json: build-Script (expo export web) fuer Preview-Deploy 2026-07-20 13:38:24 +00:00
b32f39e863 Update preview config from ticket system 2026-07-20 13:32:29 +00:00
238a32942d Update preview config from ticket system 2026-07-20 13:32:14 +00:00
ed4b6e4f67 Merge Dokio design implementation (turns 3 + 4)
Brings the Expo app onto main: the four screens from the design doc,
the design tokens, and the GLSL port of the dither background.

The branch was rooted while main was still unborn, so the two histories
are unrelated and the merge needs --allow-unrelated-histories. No files
overlap; main carried only .webklar-preview.json.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 15:29:59 +02:00
7800ac943a Update preview config from ticket system 2026-07-20 12:55:22 +00:00
2 changed files with 13 additions and 1 deletions

11
.webklar-preview.json Normal file
View File

@@ -0,0 +1,11 @@
{
"enabled": true,
"type": "static",
"branch": "main",
"displayName": "Brief-app",
"templateName": "webklar-preview-template",
"projectType": "preview",
"public": false,
"template": false,
"subdomain": "brief-app"
}

View File

@@ -31,7 +31,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"build": "expo export --platform web"
},
"private": true
}