change dir stucture

This commit is contained in:
Zutatensuppe 2021-05-01 00:16:08 +02:00
parent e18b8d3b98
commit 62f8991e11
26 changed files with 8718 additions and 804 deletions

View file

@ -10,5 +10,5 @@ export const DATA_DIR = `${BASE_DIR}/data`
export const UPLOAD_DIR = `${BASE_DIR}/data/uploads`
export const UPLOAD_URL = `/uploads`
export const COMMON_DIR = `${BASE_DIR}/common/`
export const GAME_DIR = `${BASE_DIR}/game/`
export const TEMPLATE_DIR = `${BASE_DIR}/game/templates`
export const PUBLIC_DIR = `${BASE_DIR}/public/`
export const TEMPLATE_DIR = `${BASE_DIR}/templates`