Skip to content

Commit

Permalink
Fixed hte path for the testdata - needs to be short enough to work
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed Jan 31, 2022
1 parent ab03fa2 commit 9f1e813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/viewer/.webpack/webpack.pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = (env, argv) => {
publicPath: '/dicomweb',
},
{
directory: path.join(require('os').homedir(), 'viewer-testdata'),
directory: '../../testdata',
staticOptions: {
extensions: ['gz', 'br'],
index: "index.json.gz",
Expand Down

0 comments on commit 9f1e813

Please sign in to comment.