We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
root/dist/scripts
1 parent 1247093 commit 61a9180Copy full SHA for 61a9180
1 file changed
src/const.ts
@@ -10,7 +10,7 @@ const __filename = fileURLToPath(import.meta.url);
10
const __dirname = path.dirname(__filename);
11
const __rootpath = path.resolve(__dirname, '..');
12
13
-export const defaultScriptPath = path.join(__rootpath, 'src', 'scripts/');
+export const defaultScriptPath = path.join(__rootpath, 'dist', 'scripts/');
14
15
// ┌ ┐
16
// │ Metas │
0 commit comments