pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
at main 10 lines 187 B view raw
1import { guider } from "@neato/guider"; 2 3const withGuider = guider({ 4 themeConfig: "./theme.config.tsx", 5}); 6 7export default withGuider({ 8 output: "export", 9 basePath: "/pstream-ng", 10});