Skip to content

Commit 9295d4d

Browse files
committed
Removed legalComments
1 parent 907b869 commit 9295d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frameworks/keyed/michijs/michi.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import type { ServerConfigFactory } from '@michijs/dev-server';
33
export const config: ServerConfigFactory = () => ({
44
esbuildOptions: {
55
entryPoints: ['src/index.tsx'],
6-
outdir: 'dist'
6+
outdir: 'dist',
7+
legalComments: 'none'
78
}
89
});
910

0 commit comments

Comments
 (0)