mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
declare gzip files as static assets in vite.config.js
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineConfig(({ mode }) => {
|
||||
"@": fileURLToPath(new URL("src", import.meta.url)),
|
||||
"@testfiles": fileURLToPath(new URL("../../tests/data", import.meta.url))
|
||||
}
|
||||
}
|
||||
},
|
||||
assetsInclude: ["**/*.gz"]
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user