mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-11 02:22:30 +00:00
add comment cleanup and add globals
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import * as path from "path";
|
||||
import version from "../VERSION";
|
||||
|
||||
export const publicPath = path.join(__dirname, "public");
|
||||
export const pathThumbnails = __dirname;
|
||||
export const VERSION = version;
|
||||
Reference in New Issue
Block a user