chore: migrate to masto/fetch (#479)

pull/484/head
Ryō Igarashi 2022-12-21 10:06:39 +09:00 zatwierdzone przez GitHub
rodzic 3391bce91b
commit 2339acaf5e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -52,6 +52,8 @@ async function loginTo(user?: Omit<UserLogin, 'account'> & { account?: AccountCr
url: `https://${server}`,
accessToken: user?.token,
disableVersionCheck: !!config.public.disableVersionCheck,
// Suppress warning of `masto/fetch` usage
disableExperimentalWarning: true,
})
if (!user?.token) {

Wyświetl plik

@ -37,7 +37,9 @@ export default defineNuxtConfig({
'~/styles/dropdown.css',
],
alias: {
querystring: 'rollup-plugin-node-polyfills/polyfills/qs',
'querystring': 'rollup-plugin-node-polyfills/polyfills/qs',
'masto/fetch': 'masto/fetch',
'masto': 'masto/fetch',
},
vite: {
define: {