6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
/**
|
|
* McFly SSR logic
|
|
*/
|
|
import McFly from "@mcflyjs/core/event-handler.mjs";
|
|
import config from "../mcfly.config";
|
|
export default McFly(config, useStorage());
|