1 parent c83bf5d commit 47a0746Copy full SHA for 47a0746
1 file changed
wxt.config.ts
@@ -3,6 +3,9 @@ import { defineConfig } from 'wxt';
3
// See https://wxt.dev/api/config.html
4
export default defineConfig({
5
srcDir: 'src',
6
+ zip: {
7
+ exclude: ['**.env**'],
8
+ },
9
outDir: process.env.WXT_OUT_DIR || '.output',
10
modules: ['@wxt-dev/module-svelte'],
11
manifest: {
0 commit comments