chore(dashboard,pockethost,superadmin): fix frontend dev mode and expose pure js common

This commit is contained in:
Ben Allfree
2024-06-06 22:39:03 -07:00
parent 7de708b354
commit 9ed4fbbe3c
100 changed files with 228 additions and 207 deletions

View File

@@ -1,4 +1,4 @@
import { assertTruthy } from 'pockethost'
import { assertTruthy } from 'pockethost/common'
export const html = () => {
const htmlElement = document.querySelector('html')