Skip to content

Commit 61a9180

Browse files
committed
refactor(const): change default script folder to root/dist/scripts
1 parent 1247093 commit 61a9180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const __filename = fileURLToPath(import.meta.url);
1010
const __dirname = path.dirname(__filename);
1111
const __rootpath = path.resolve(__dirname, '..');
1212

13-
export const defaultScriptPath = path.join(__rootpath, 'src', 'scripts/');
13+
export const defaultScriptPath = path.join(__rootpath, 'dist', 'scripts/');
1414

1515
// ┌ ┐
1616
// │ Metas │

0 commit comments

Comments
 (0)