mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore: move local artifacts to buildDir/sigma
This commit is contained in:
parent
921bb15130
commit
28be995ef4
@ -5,7 +5,7 @@ import { node } from './node'
|
||||
export const local: SigmaPreset = extendPreset(node, {
|
||||
entry: '{{ _internal.runtimeDir }}/entries/local',
|
||||
output: {
|
||||
serverDir: '{{ output.dir }}/.local'
|
||||
serverDir: '{{ _nuxt.buildDir }}/sigma'
|
||||
},
|
||||
minify: false,
|
||||
externals: true,
|
||||
|
Loading…
Reference in New Issue
Block a user