Skip to content

Commit e7768e3

Browse files
committed
chore: 📦 Use NPM version of @lysand-org/client
1 parent 0bd3237 commit e7768e3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

-3.81 KB
Binary file not shown.

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineNuxtConfig({
3737
"img-src": ["'self'", "data:", "https:", "blob:"],
3838
"script-src": ["'nonce-{{nonce}}'", "'strict-dynamic'"],
3939
// Add https because of some browsers blocking form-action to 'self' if the page is from a redirect
40-
"form-action": ["'self'", "https:"],
40+
"form-action": ["'self'", "https:", "tuba:"],
4141
"media-src": ["'self'", "https:", "blob:"],
4242
},
4343
crossOriginResourcePolicy: "cross-origin",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@ark-ui/vue": "^3.3.1",
33-
"@lysand-org": "github:lysand-org/api#main",
33+
"@lysand-org/client": "^0.1.2",
3434
"@nuxt/fonts": "^0.7.0",
3535
"@tailwindcss/typography": "^0.5.13",
3636
"@vee-validate/nuxt": "^4.13.1",

0 commit comments

Comments
 (0)