import * as style from './page.css'; export default function App() { const supports_repointing = process.env.ENABLE_REPOINTING == 'true'; console.log(supports_repointing); return (
Motto is a static file server beautifier. Click here for more information.
This instance is currently pointed to {process.env.ROOT_URL} { supports_repointing ? <>but supports repointing.> : <>and does not support repointing.> }