mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
build(schema): use relative path to ui-templates dist
This commit is contained in:
parent
99dc3ce888
commit
eec84f5b24
@ -20,10 +20,8 @@ export default createConfigForNuxt({
|
|||||||
// Don't add other attributes to this object
|
// Don't add other attributes to this object
|
||||||
ignores: [
|
ignores: [
|
||||||
'packages/schema/schema/**',
|
'packages/schema/schema/**',
|
||||||
'packages/schema/src/templates/*',
|
|
||||||
'packages/nuxt/src/app/components/welcome.vue',
|
'packages/nuxt/src/app/components/welcome.vue',
|
||||||
'packages/nuxt/src/app/components/error-*.vue',
|
'packages/nuxt/src/app/components/error-*.vue',
|
||||||
'packages/nuxt/src/core/templates/spa-loading-icon.*',
|
|
||||||
'packages/nuxt/src/core/runtime/nitro/error-*',
|
'packages/nuxt/src/core/runtime/nitro/error-*',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { defineUntypedSchema } from 'untyped'
|
import { defineUntypedSchema } from 'untyped'
|
||||||
import { template as loadingTemplate } from '../templates/loading'
|
import { template as loadingTemplate } from '../../../ui-templates/dist/templates/loading'
|
||||||
|
|
||||||
export default defineUntypedSchema({
|
export default defineUntypedSchema({
|
||||||
devServer: {
|
devServer: {
|
||||||
|
1
packages/schema/src/templates/loading.d.ts
vendored
1
packages/schema/src/templates/loading.d.ts
vendored
@ -1 +0,0 @@
|
|||||||
../../../ui-templates/dist/templates/loading.d.ts
|
|
@ -1 +0,0 @@
|
|||||||
../../../ui-templates/dist/templates/loading.js
|
|
Loading…
Reference in New Issue
Block a user