init
This commit is contained in:
6
src/test/path-test.ts
Normal file
6
src/test/path-test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import path from 'node:path';
|
||||
|
||||
console.log('path', path.join('src', 'index.ts'));
|
||||
export const test = () => {
|
||||
return 'test';
|
||||
};
|
||||
Reference in New Issue
Block a user