Skip to content

Commit e4594c2

Browse files
committed
Merge branch 'vanillajs-signals' of https://github.com/lsegurado/js-framework-benchmark into lsegurado-vanillajs-signals
2 parents e91774e + 4827404 commit e4594c2

File tree

6 files changed

+2098
-0
lines changed

6 files changed

+2098
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { ServerConfigFactory } from '@michijs/dev-server';
2+
3+
export const config: ServerConfigFactory = () => ({
4+
esbuildOptions: {
5+
outdir: 'dist',
6+
legalComments: 'none'
7+
}
8+
});
9+
10+
export default config;

0 commit comments

Comments
 (0)