mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
chore: 📦 Use NPM version of @lysand-org/client
This commit is contained in:
parent
0bd3237965
commit
e7768e3a3f
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue