chore: 📦 Use NPM version of @lysand-org/client

This commit is contained in:
Jesse Wierzbinski 2024-06-07 15:30:23 -10:00
parent 0bd3237965
commit e7768e3a3f
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -37,7 +37,7 @@ export default defineNuxtConfig({
"img-src": ["'self'", "data:", "https:", "blob:"],
"script-src": ["'nonce-{{nonce}}'", "'strict-dynamic'"],
// Add https because of some browsers blocking form-action to 'self' if the page is from a redirect
"form-action": ["'self'", "https:"],
"form-action": ["'self'", "https:", "tuba:"],
"media-src": ["'self'", "https:", "blob:"],
},
crossOriginResourcePolicy: "cross-origin",

View file

@ -30,7 +30,7 @@
},
"dependencies": {
"@ark-ui/vue": "^3.3.1",
"@lysand-org": "github:lysand-org/api#main",
"@lysand-org/client": "^0.1.2",
"@nuxt/fonts": "^0.7.0",
"@tailwindcss/typography": "^0.5.13",
"@vee-validate/nuxt": "^4.13.1",