We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648a112 commit 78b2be6Copy full SHA for 78b2be6
1 file changed
src/const.ts
@@ -1,19 +1,19 @@
1
import { fileURLToPath } from 'node:url';
2
import path from 'node:path';
3
4
-/////////////////////
5
-// Paths //
6
+// ┌ ┐
+// │ Paths │
+// └ ┘
7
8
const __filename = fileURLToPath(import.meta.url);
9
const __dirname = path.dirname(__filename);
10
const __rootpath = path.resolve(__dirname, '..');
11
12
export const defaultScriptPath = path.join(__rootpath, 'src', 'scripts/');
13
14
15
-// Metas //
16
+// │ Metas │
17
18
export const metaStartTerm = '/**';
19
export const metaEndTerm = '**/';
0 commit comments