Files
home-auto/kevisual.json
abearxiong 7faad04859 feat: initialize simple-bun project with Vite and Lit template
- Add README.md with project description and CLI commands
- Create app.ts with initial import from @kevisual/router
- Set up tsconfig.json with custom compiler options and paths
2025-12-22 23:48:20 +08:00

22 lines
308 B
JSON

{
"metadata": {
"name": "kevisual",
"share": "public"
},
"registry": "https://kevisual.cn/root/ai/kevisual/backend/simple-bun",
"clone": {
".": {
"enabled": true
}
},
"syncd": [
{
"files": [
"**/*"
],
"registry": ""
}
],
"sync": {
}
}