diff --git a/src/utils/pathResolver.ts b/src/utils/pathResolver.ts index cbb3affa..e7b5e98b 100644 --- a/src/utils/pathResolver.ts +++ b/src/utils/pathResolver.ts @@ -4,7 +4,7 @@ import { Resolver } from "vite" // built ts files are placed into /dist export const APP_PATH = path.join(__dirname, '../../lib/app') -// speical virtual file +// special virtual file export const SITE_DATA_REQUEST_PATH = '/@siteData' // this is a path resolver that is passed to vite