add spyware

This commit is contained in:
2026-07-11 17:23:40 +02:00
parent 38a79d598d
commit e8c369b83c
4 changed files with 105 additions and 2 deletions
-2
View File
@@ -12,8 +12,6 @@ export default defineConfig({
"@store": path.resolve(__dirname, "src/store"),
"@api": path.resolve(__dirname, "src/api"),
"@types": path.resolve(__dirname, "src/types"),
"@thunks": path.resolve(__dirname, "src/store/thunks"),
"@slices": path.resolve(__dirname, "src/store/slices"),
},
},
});