Skip to content

Commit b810ed0

Browse files
committed
feat: import ui from zigflow/zigflow repo
1 parent 2c454d6 commit b810ed0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+8302
-1386
lines changed

.commitlintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
extends:
2-
- "@commitlint/config-conventional"
2+
- '@commitlint/config-conventional'

.devcontainer/devcontainer.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"image": "ghcr.io/mrsimonemms/devcontainers/full",
33
"name": "devcontainer",
4-
"features": {},
4+
"features": {
5+
"ghcr.io/dhoeric/features/trivy:1": {},
6+
"ghcr.io/devcontainers-extra/features/go-task:1": {},
7+
"ghcr.io/rio/features/skaffold:2": {}
8+
},
59
"customizations": {
610
"vscode": {
711
"extensions": [
@@ -11,7 +15,15 @@
1115
"settings": {}
1216
}
1317
},
18+
"postCreateCommand": {
19+
"playwright": "npx --yes playwright install --with-deps"
20+
},
1421
"containerEnv": {
22+
"PLAYWRIGHT_HTML_HOST": "0.0.0.0",
23+
"PUBLIC_WORKFLOWS_DIR": "/workspaces/ui/workflows",
1524
"VITE_HOST": "0.0.0.0"
16-
}
25+
},
26+
"forwardPorts": [
27+
5173
28+
]
1729
}

.eslintignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)