Initial build: Agentjacking Shield Chrome extension MVP

This commit is contained in:
Bun Bun
2026-06-19 00:27:14 +00:00
commit 225ca3caca
20 changed files with 3361 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globals: false,
environment: 'node',
include: ['tests/**/*.test.ts'],
},
})