Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/blame/commit/1f3f8982a080724175d5bb932d8433f1bbb6126a/frontend/user.mts You should set ROOT_URL correctly, otherwise the web may not work correctly.
ass/frontend/user.mts

5 lines
188 B

import { SlInput, SlButton } from '@shoelace-style/shoelace';
// * Wait for the document to be ready
document.addEventListener('DOMContentLoaded', () => console.log('User page loaded'));