\u003C/button>\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\ndefineOptions({ inheritAttrs: false })\n\u003C/script>\n```\n\nThe first test below using `mountSuspended` will fail because the attribute is missing, whereas the test using ` mount` from ` @vue/test-utils` works as expected.\n\n``` ts\nimport { test, expect } from 'vitest'\nimport { mount } from '@vue/test-utils'\nimport { mountSuspended } from '@nuxt/test-utils/runtime'\nimport ExampleComponent from '~/app/components/ExampleComponent.vue'\n\ntest('with mountSuspended', async () => {\n const wrapper = await mountSuspended(ExampleComponent, { attrs: { 'aria-label': 'Aria Label' } })\n expect(wrapper.find('[aria-label=\"Aria Label\"]').exists()).toBe(true)\n})\n\n\ntest('with mount', () => {\n const wrapper = mount(ExampleComponent, { attrs: { 'aria-label': 'Aria Label' } })\n expect(wrapper.find('[aria-label=\"Aria Label\"]').exists()).toBe(true)\n})\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3110],{"name":3019,"color":3020},"`mountSuspended` fails to pass attributes when `inheritAttrs` is false","2025-02-01T13:02:07Z","https://github.com/nuxt/test-utils/issues/1092",{"description":3115,"labels":3116,"number":3122,"owner":3022,"repository":3022,"state":3070,"title":3123,"updated_at":3124,"url":3125,"score":3126},"### Describe the feature\n\nI want to do something after the service starts, such as executing a scheduled task, starting another service, or something else.\r\n\r\nWhile developing the pattern, I can use the `hooks: listen` implementation in `nuxt.config.ts`, but it won't work after `npm run build`.\r\n\r\nI looked at the nitro document, i can use `presets` to define entry (https://nitro.unjs.io/deploy/custom-presets), but it only work in production mode. This is annoying, I can do this easily in nuxt2, is there a solution to implement it in nuxt3?\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3117,3120],{"name":3118,"color":3119},"3.x","29bc7f",{"name":3019,"color":3121},"E99695",22335,"How can I have the same access in development mode and production mode?","2023-07-26T09:23:43Z","https://github.com/nuxt/nuxt/issues/22335",0.79255205,{"description":3128,"labels":3129,"number":3130,"owner":3022,"repository":3131,"state":3070,"title":3132,"updated_at":3133,"url":3134,"score":3135},"I'm suddenly getting type errors in `nuxt-icon` when linting my project.\r\n\r\n\u003Cimg width=\"1285\" alt=\"Screenshot 2023-01-17 at 19 30 16\" src=\"https://user-images.githubusercontent.com/2703233/212994483-f338ef52-43be-4832-9261-1f3da0be2cb2.png\">\r\n\r\nSee check here: https://github.com/toniengelhardt/merklin/actions/runs/3942618884/jobs/6746483752",[],43,"icon","Type errors in vue-tsc","2023-01-30T12:07:35Z","https://github.com/nuxt/icon/issues/43",0.79448617,["Reactive",3137],{},["Set"],["ShallowReactive",3140],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f5QzJQ1r_ovWAV3h-HQU-2IfnvOhOihJ8g4HntB9OsQs":-1},"/nuxt/fonts/8"]