We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d934501 commit ea36d5eCopy full SHA for ea36d5e
1 file changed
src/config.js
@@ -1,8 +1,8 @@
1
"use strict";
2
3
+const path = require("path");
4
const isLocal = typeof process.pkg === "undefined";
5
const basePath = isLocal ? process.cwd() : path.dirname(process.execPath);
-const path = require("path");
6
const { MODE } = require(path.join(basePath, "src/blendMode.js"));
7
const description =
8
"This is the description of your NFT project, remember to replace this";
0 commit comments