Skip to content

Commit 858e807

Browse files
committed
Merge branch 'lsegurado-vanillajs-signals'
2 parents e91774e + e4594c2 commit 858e807

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)