blog/src/config.ts

4 lines
169 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';
2024-07-09 02:12:48 +00:00
export const POST_ROUTE_PREFIX: string = '/posts'