Project Init

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yaojia Wang
2025-11-02 23:55:18 +01:00
commit 014d62bcc2
169 changed files with 28867 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/testcontainers.json",
"testcontainers": {
"version": "3.9.0",
"resourceReaperEnabled": true,
"hubImageNamePrefix": "",
"ryukPrivileged": false,
"ryukDisabled": false
},
"docker": {
"host": "npipe://./pipe/docker_engine",
"socketOverride": "",
"certPath": ""
}
}