Skip to content

Commit 85da96a

Browse files
committed
Add missing static files
1 parent d11be90 commit 85da96a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ license = "MIT"
77
readme = "README.md"
88
include = [
99
"llmstack/client/build/*",
10+
"llmstack/client/build/static/css/*",
11+
"llmstack/client/build/static/images/*",
12+
"llmstack/client/build/static/js/*",
13+
"llmstack/client/build/static/media/*",
1014
]
1115
exclude = [
1216
"llmstack/client/src/*",

0 commit comments

Comments
 (0)