Fixes a typo

pull/1/head
Todd Austin 5 years ago committed by GitHub
parent ea4b21b1d1
commit 664a719e4c
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 // built ts files are placed into /dist
export const APP_PATH = path.join(__dirname, '../../lib/app') export const APP_PATH = path.join(__dirname, '../../lib/app')
// speical virtual file // special virtual file
export const SITE_DATA_REQUEST_PATH = '/@siteData' export const SITE_DATA_REQUEST_PATH = '/@siteData'
// this is a path resolver that is passed to vite // this is a path resolver that is passed to vite

Loading…
Cancel
Save