/** * Used by static asset generation scripts. */ export const RESOURCE_DIR = "./assets_generation/resources"; /** * Static assets directory used by runtime code. */ export const ASSETS_DIR = "./assets"; /** * Source directory of runtime code. */ export const SRC_DIR = "./src";