justin
justin
NNuxt
Created by justin on 2/25/2025 in #❓・help
What is the easiest way to preview my Nuxt 3 site locally with HTTPS enabled?
I've just finished running bun run build and bun run preview. I'm wondering if there is a Nuxt module that can help me preview my site locally with HTTPS enabled.
8 replies
NNuxt
Created by justin on 2/25/2025 in #❓・help
Are certain properties of the layer nuxt.config.ts ignored?
My Nuxt Layer has defined the following in nuxt.config.ts
future: {
compatibilityVersion: 4,
},
future: {
compatibilityVersion: 4,
},
When I extend this layer in my project however, it doesn't seem that it is taking this config into account. I have to redefine this one in my project for it to treat my project as Nuxt 4.
4 replies
NNuxt
Created by justin on 2/25/2025 in #❓・help
Is there a way to share my .editorconfig file from my layer to my project?
I have started working on a Nuxt 3 Layer which I plan to use as a base for many of my future Nuxt projects. Is there a way that I can maintain an .editorconfig file in the layer and have each of my future projects make use of this file somehow? Perhaps more generally I would wonder if there is a way I can copy over files from an NPM package into my local project when I am installing the layer for the first time.
8 replies