Skip to content

Commit

Permalink
feat(familiar-chat): rewrite ui as preact
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Dec 2, 2023
1 parent d6344fc commit 6dcc0fc
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 189 deletions.
2 changes: 1 addition & 1 deletion packages/familiar-chat/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { make } from './src/index.js';
export { make } from './src/index.js';
4 changes: 3 additions & 1 deletion packages/familiar-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"scripts": {
"start": "endo open familiar-chat ./index.js --powers SELF",
"dev": "nodemon --exec 'endo open familiar-chat ./index.js --powers SELF'",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
Expand Down Expand Up @@ -67,6 +68,7 @@
"dependencies": {
"@endo/cli": "^0.2.6",
"@endo/daemon": "^0.2.6",
"@endo/far": "^0.2.22"
"@endo/far": "^0.2.22",
"preact": "^10.19.2"
}
}
Loading

0 comments on commit 6dcc0fc

Please sign in to comment.