Skip to content

Commit

Permalink
Merge pull request #841 from Portkey-AI/fix/static-file-serving-for-l…
Browse files Browse the repository at this point in the history
…ogs-page

Fix/static file serving for logs page
  • Loading branch information
VisargD authored Dec 26, 2024
2 parents 7dcd668 + 97cc2e5 commit e180a99
Show file tree
Hide file tree
Showing 13 changed files with 1,792 additions and 1,793 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"README.md",
"SECURITY.md",
"LICENSE",
"docs",
"build/public"
],
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export default {
format: 'es',
},
plugins: [
typescript({ exclude: ['**/*.test.ts', 'start-test.js', 'cookbook'] }),
typescript({
exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs'],
}),
terser(),
json(),
copy({
Expand Down
Loading

0 comments on commit e180a99

Please sign in to comment.