blog/src/config.ts

3 lines
119 B
TypeScript
Raw Normal View History

2024-07-09 01:37:25 +00:00
export const POST_PATH: string = __dirname + '/../posts';
export const STATIC_PATH: string = __dirname + '/../static';