Skip to content

Commit

Permalink
Readd source to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jan 23, 2023
1 parent 8afd617 commit 711e159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ function generateRollupConfig(name: string, inputPath: string, outputPath: strin
}),
bdMeta({
meta: {
website: repository
website: repository,
source: `${repository}/tree/master/src/${path.basename(inputPath)}`
}
}),
bdWScript()
Expand Down

0 comments on commit 711e159

Please sign in to comment.