mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-24 12:48:16 +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 fs = require("fs-extra");
|
||||
|
||||
const examplesSource = path.resolve(__dirname, "../../examples");
|
||||
const examplesSource = path.resolve(__dirname, "../examples");
|
||||
const examplesDestination = path.resolve(__dirname, "./examples");
|
||||
|
||||
function run() {
|
Loading…
x
Reference in New Issue
Block a user