Add a new src/components/UserButton.vue and update src/components/Header.astro to integrate UI changes. Add @halo-dev/api-client and ky to package.json and update editor settings to use Prettier for .vue and .astro files. Regenerate pnpm lockfile.
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"emmet.includeLanguages": {
|
|
"astro": "html"
|
|
},
|
|
"i18n-ally.localesPaths": ["demo-themes/theme-earth/i18n"],
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|