Skip to content

Commit ea36d5e

Browse files
committed
Added config to path
1 parent d934501 commit ea36d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22

3+
const path = require("path");
34
const isLocal = typeof process.pkg === "undefined";
45
const basePath = isLocal ? process.cwd() : path.dirname(process.execPath);
5-
const path = require("path");
66
const { MODE } = require(path.join(basePath, "src/blendMode.js"));
77
const description =
88
"This is the description of your NFT project, remember to replace this";

0 commit comments

Comments
 (0)