Fixes a typo (#1)

pull/7/head
Todd Austin 4 years ago committed by GitHub
parent 4cbfc60a58
commit dd04101316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save