mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
11 lines
238 B
TypeScript
11 lines
238 B
TypeScript
import { Manifest } from './types';
|
|
|
|
export const manifest: Manifest = __MANIFEST__;
|
|
|
|
export const build_dir = __BUILD__DIR__;
|
|
|
|
export const src_dir = __SRC__DIR__;
|
|
|
|
export const dev = __DEV__;
|
|
|
|
export const IGNORE = '__SAPPER__IGNORE__'; |