Skip to content

Commit 68844dc

Browse files
authored
[IGNORE] add missing license to clickhouse plugin (#393)
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
1 parent d989eeb commit 68844dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clickhouse/rsbuild.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineConfig({
3131
source: { entry: { main: './src/index-federation.ts' } },
3232
output: {
3333
assetPrefix,
34-
copy: [{ from: 'package.json' }, { from: 'README.md' }],
34+
copy: [{ from: 'package.json' }, { from: 'README.md' }, { from: '../LICENSE', to: './LICENSE', toType: 'file' }],
3535
distPath: {
3636
root: 'dist',
3737
js: '__mf/js',

0 commit comments

Comments
 (0)