Story 1.4: page canary

This commit is contained in:
2026-02-04 16:00:49 +01:00
parent 2aa77a8c10
commit e868e49881
6 changed files with 73 additions and 25 deletions

View File

@@ -3,4 +3,5 @@ $here = Split-Path -Parent $MyInvocation.MyCommand.Path
& (Join-Path $here 'structure.test.ps1')
& (Join-Path $here 'tailwind.test.ps1')
& (Join-Path $here 'templates.test.ps1')
& (Join-Path $here 'canary.test.ps1')
'OK'