Searched refs:STATIC_FOLDER_PATH (Results 1 – 1 of 1) sorted by relevance
8 const STATIC_FOLDER_PATH = path.resolve(__dirname, '..', '.static'); constant71 await fs.mkdir(STATIC_FOLDER_PATH, { recursive: true });73 const bundleDestPath = path.join(STATIC_FOLDER_PATH, filename);83 await fs.mkdir(STATIC_FOLDER_PATH, { recursive: true });84 const destinationPath = path.join(STATIC_FOLDER_PATH, filename);