mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-05 06:13:11 +00:00
add light-chat as default example
This commit is contained in:
parent
644e8ff703
commit
5da4ca1751
@ -5,7 +5,7 @@ const execSync = require("child_process").execSync;
|
||||
const { Command } = require("commander");
|
||||
const validateProjectName = require("validate-npm-package-name");
|
||||
|
||||
const DEFAULT_TEMPLATE = "web-chat";
|
||||
const DEFAULT_TEMPLATE = "light-chat";
|
||||
const supportedExamplesDir = path.resolve(__dirname, "./examples");
|
||||
|
||||
const init = (name, description, version, supportedExamples) => {
|
||||
|
||||
@ -44,7 +44,8 @@
|
||||
"rln-js": "../../rln-js",
|
||||
"store-js": "../../store-js",
|
||||
"store-reactjs-chat": "../../store-reactjs-chat",
|
||||
"web-chat": "../../web-chat"
|
||||
"web-chat": "../../web-chat",
|
||||
"light-chat": "../../light-chat"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^9.4.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user