isoflow/src/nodeExports.ts
2023-10-03 15:44:27 +01:00

5 lines
333 B
TypeScript

// This file will be exported as it's own bundle (separate to the main bundle). This is because the main
// bundle requires `window` to be present and so can't be imported into a Node environment.
export { INITIAL_SCENE } from 'src/config';
export { sceneInput } from 'src/validation/scene';
export const version = PACKAGE_VERSION;