mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-07 15:23:06 +00:00
move create app to the root and update paths accordingly:
This commit is contained in:
parent
940609718a
commit
c32e4953b5
@ -2,7 +2,7 @@
|
|||||||
const path = require("path");
|
const path = require("path");
|
||||||
const fs = require("fs-extra");
|
const fs = require("fs-extra");
|
||||||
|
|
||||||
const examplesSource = path.resolve(__dirname, "../../examples");
|
const examplesSource = path.resolve(__dirname, "../examples");
|
||||||
const examplesDestination = path.resolve(__dirname, "./examples");
|
const examplesDestination = path.resolve(__dirname, "./examples");
|
||||||
|
|
||||||
function run() {
|
function run() {
|
||||||
Loading…
x
Reference in New Issue
Block a user