You can expose your Nuxt 3 app’s development instance to the outside world by using the –tunnel option. Simply add it to the dev script in your package.json file as shown below.
"dev": "nuxt dev --tunnel",
You can expose your Nuxt 3 app’s development instance to the outside world by using the –tunnel option. Simply add it to the dev script in your package.json file as shown below.
"dev": "nuxt dev --tunnel",