Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: add app setup composables #581

Merged
merged 1 commit into from
Feb 13, 2025
Merged

feat: add app setup composables #581

merged 1 commit into from
Feb 13, 2025

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Feb 13, 2025

So we can do this now.

import { useSetupApp } from 'sefirot/composables/App'

const setupApp = useSetupApp()

setupApp(signedInUser, {
  http: {
    baseUrl: '/backend/'
  }
})

@kiaking kiaking self-assigned this Feb 13, 2025
@kiaking kiaking requested a review from brc-dd as a code owner February 13, 2025 02:02
Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit cd288ab
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/67ad52c4e659790008b83c0e
😎 Deploy Preview https://deploy-preview-581--sefirot-story.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit cd288ab
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/67ad52c4dfae99000848a92b
😎 Deploy Preview https://deploy-preview-581--sefirot-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kiaking kiaking merged commit 0a647f6 into main Feb 13, 2025
9 checks passed
@kiaking kiaking deleted the app-setup-composables branch February 13, 2025 05:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants