eeg_nest/ssr/index.js

7 lines
148 B
JavaScript
Raw Normal View History

2023-05-06 11:57:46 +00:00
import {renderToString} from "solid-js/web";
import {App} from "../shared/src/App";
const html = renderToString(() => <App />)
console.log(html);