mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
feat(new tool): Bounce Email Parser
Parse SMTP bounce emails
This commit is contained in:
parent
f5c4ab19bc
commit
e86e9212d5
9 changed files with 1670 additions and 927 deletions
|
@ -113,4 +113,7 @@ export default defineConfig({
|
|||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['re2-wasm-embedded'], // optionally specify dependency name
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue