move create app to the root and update paths accordingly:

This commit is contained in:
weboko 2022-12-21 23:34:20 +01:00
parent 940609718a
commit c32e4953b5
No known key found for this signature in database
6 changed files with 1 additions and 1 deletions

View File

@ -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() {