feat: auth plugin

This commit is contained in:
Rafi
2023-02-21 21:27:00 +08:00
parent 3c7d45154e
commit eb7f062144
7 changed files with 275 additions and 8 deletions

View File

@@ -48,5 +48,14 @@ export default defineNuxtConfig({
vueI18n: {
fallbackLocale: 'en',
},
}
},
nitro: {
devProxy: {
"/api": {
target: "http://localhost:8000/api",
prependPath: true
}
}
},
})