React 19 + Vite 8 + TanStack Router SPA for browsing and chatting with a self-hosted Honcho instance. Configurable base URL stored in localStorage only. Dark/light theme, framer-motion animations, lucide-react icons.
9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
function readPackage(pkg, context) {
|
|
return pkg;
|
|
}
|
|
module.exports = {
|
|
hooks: {
|
|
readPackage,
|
|
}
|
|
};
|