mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
add comment cleanup and add globals
This commit is contained in:
6
server/settings/globals.js
Normal file
6
server/settings/globals.js
Normal file
@@ -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