Hello, I'm trying to access my application from another device than the one I'm running the dev script from, but the requests are timing out. I'm under the impression the app should be accessible from the local network by default, isn't that the case?
Source 1: #💬・general message
Source 2 (see attachment)
Below is my nuxt config
// https://nuxt.com/docs/api/configuration/nuxt-config
// noinspection JSUnusedGlobalSymbols
export default defineNuxtConfig({
devtools: { enabled: true },
});