Create a stand-alone paskia npm package (paskia-js). Make the frontend use it (but from source tree to keep synced).
This commit is contained in:
@@ -5,7 +5,7 @@ import CredentialList from '@/components/CredentialList.vue'
|
||||
import RegistrationLinkModal from '@/components/RegistrationLinkModal.vue'
|
||||
import SessionList from '@/components/SessionList.vue'
|
||||
import { useAuthStore } from '@/stores/auth'
|
||||
import { apiJson } from '@/paskia/fetch'
|
||||
import { apiJson } from 'paskia'
|
||||
import { getDirection, navigateButtonRow, focusPreferred, focusAtIndex } from '@/utils/keynav'
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user