Skip to content

Commit 11c1e4b

Browse files
committed
Fix example app versions
1 parent afa5851 commit 11c1e4b

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

examples/disk_usage/config_gen.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@
33
"template_locations": [
44
"*.go.html"
55
],
6-
"push_events": false
6+
"base_templates": "base_templates",
7+
"push_events": false,
8+
"early_hints": true,
9+
"container_exclude": [
10+
"static/**/*",
11+
"static_root/**/*",
12+
"base_templates/**/*",
13+
"*.go.html",
14+
"*.star",
15+
"config_gen.lock"
16+
]
717
},
818
"htmx": {
9-
"version": "1.9.2"
19+
"version": "2.0.3"
1020
}
1121
}

examples/disk_usage/static/gen/css/style.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)