chat-pane 2.4.22-7365d3e1 → 2.4.22-c209a67a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/dist/longChatPane.js +1528 -912
- package/dist/longChatPane.js.map +1 -1
- package/dist/main.js +1528 -912
- package/dist/main.js.map +1 -1
- package/dist/shortChatPane.js +1528 -912
- package/dist/shortChatPane.js.map +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -9,9 +9,6 @@ Do add your wishlists to the issue list for a solid based (safe based etc) chat
|
|
|
9
9
|
You can build with `npm install && npm run build && cd dist && npx serve`.
|
|
10
10
|
You can debug with VSCode + Chrome (see `.vscode/launch.json`).
|
|
11
11
|
|
|
12
|
-
## Development
|
|
13
|
-
`npm run dev`
|
|
14
|
-
|
|
15
12
|
## Deploy stand-alone
|
|
16
13
|
|
|
17
14
|
You can deploy this code as a stand-alone Solid app.
|