Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/static/static-locations"

Index

Variables

Const CONFIG_PATH

CONFIG_PATH: string = path.join(__dirname, 'config')

configuration path

Const LOADING_INDICATOR_PATH

LOADING_INDICATOR_PATH: string = path.join(__dirname, 'loading/loading-indicator.html')

default loading indicator path

Const serverStaticLocations

serverStaticLocations: Array<StaticLocation> = [{ serverPath: '/', path: path.join(__dirname, 'root') },{ serverPath: '/img', path: path.join(__dirname, 'root/img') },]

server static locations