chore(vue): auto import useAppConfig

This commit is contained in:
Benjamin Canac
2025-02-27 14:58:01 +01:00
parent 5d5f2a02eb
commit 607d9a7b4e
3 changed files with 4 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
import appConfig from '#build/app.config'
export const useAppConfig = () => appConfig