3v324v23's picture
chore: 彻底清理项目,符合 Hugging Face 部署规范
ae4ceef
Raw
History Blame Contribute Delete
221 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 8, column 3
{
"publicComponents": {
"avatar": "components/avatar/avatar"
},
"pages": {
"list": "pages/list/list"
},
<%if (locals.typescript) {-%>
"main": "index.ts"
<%} else {-%>
"main": "index.js"
<%}-%>
}