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/2d55579cb765413275098fee64b537dccae7e924/frontend/admin.mts You should set ROOT_URL correctly, otherwise the web may not work correctly.
ass/frontend/admin.mts

5 lines
189 B

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