Skip to content

Commit

Permalink
Copy queries.json from process.cwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvbrae committed Dec 13, 2024
1 parent 167cc95 commit dfbd305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = [
path.join(__dirname, './images/sparql.png'),
path.join(__dirname, './favicon.ico'),
path.join(__dirname, './solid-client-id.jsonld'),
path.join(__dirname, './queries.json'),
path.join(process.cwd(), './queries.json'),
],
output: {
filename: 'scripts/ldf-client-ui.min.js',
Expand Down

0 comments on commit dfbd305

Please sign in to comment.