Many fixes n stuff

This commit is contained in:
mcarquigny
2025-04-18 14:42:43 +02:00
parent 892158fc30
commit 361bb0c1ed
5 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import { boot } from 'quasar/wrappers'
import PocketBase from 'pocketbase'
const pb = new PocketBase('http://127.0.0.1:8090')
const pb = new PocketBase(process.env.DEV ? 'http://127.0.0.1:8090' : 'https://stock.hfsplay.fr')
export default boot(({ app }) => {
pb.collection('_superusers').authWithPassword(

View File

@ -1,7 +1,7 @@
// app global css in SCSS form
@font-face {
font-family: geist;
src: url(font/Geist-var.ttf) format('truetype');
src: url(./font/Geist-var.ttf) format('truetype');
}
// declare a class which applies it

BIN
src/css/font/Geist-var.ttf Normal file

Binary file not shown.

View File

@ -243,7 +243,7 @@ export default {
showQr: false,
item: {},
showHistory: false,
selectedHistory: null,
selectedHistory: null
}
},
computed: {