Skip to content

Commit

Permalink
refactor: yarn monorepo workspace and import style manually (#148)
Browse files Browse the repository at this point in the history
- yarn monorepo worksapce
- 手动引 lui 样式
  • Loading branch information
RaoHai authored Jun 11, 2024
2 parents be3b2db + 3869137 commit 73967e2
Show file tree
Hide file tree
Showing 5 changed files with 34,333 additions and 6,570 deletions.
2 changes: 2 additions & 0 deletions client/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import BotList from '../components/BotList';
import { useSearch } from '@/app/contexts/SearchContext';
import { Assistant } from 'petercat-lui';

import 'petercat-lui/dist/style/global.css';

declare type Bot = Tables<'bots'>;

const ASSISTANT_API_HOST = process.env.NEXT_PUBLIC_API_DOMAIN;
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "petercat",
"name": "petercat-client",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit 73967e2

Please sign in to comment.