Demo Macro
Demo Macro
### Question When I set auth: {token: { global: false }} up, it still automatically includes the authentication token in all axios requests, which is causing problems with cors, may...
### Environment Nuxt project info: 02:05:44 ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.4` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `ssr`,...
The configuration is as follows. ```ts import { defineBuildConfig } from "unbuild"; export default defineBuildConfig({ declaration: true, entries: ["src/"], }); ``` Generate the wrong import in the file. ```mjs //...
### Environment node: v16.14.2 "c12": v1.1.2 ### Reproduction https://stackblitz.com/edit/c12-bug-extends?file=index.mjs ### Describe the bug The `extends` option does not load configuration files in subdirectories, nor does it load configuration from npm...
### ๐ Linked issue Fixed: https://github.com/unjs/nitro/issues/1405 ### โ Type of change - [x] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] ๐ Bug fix (a non-breaking...