build(schema): use relative path to ui-templates dist

This commit is contained in:
Daniel Roe 2024-05-01 22:46:53 +01:00
parent 99dc3ce888
commit eec84f5b24
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
4 changed files with 1 additions and 5 deletions

View File

@ -20,10 +20,8 @@ export default createConfigForNuxt({
// Don't add other attributes to this object
ignores: [
'packages/schema/schema/**',
'packages/schema/src/templates/*',
'packages/nuxt/src/app/components/welcome.vue',
'packages/nuxt/src/app/components/error-*.vue',
'packages/nuxt/src/core/templates/spa-loading-icon.*',
'packages/nuxt/src/core/runtime/nitro/error-*',
],
},

View File

@ -1,5 +1,5 @@
import { defineUntypedSchema } from 'untyped'
import { template as loadingTemplate } from '../templates/loading'
import { template as loadingTemplate } from '../../../ui-templates/dist/templates/loading'
export default defineUntypedSchema({
devServer: {

View File

@ -1 +0,0 @@
../../../ui-templates/dist/templates/loading.d.ts

View File

@ -1 +0,0 @@
../../../ui-templates/dist/templates/loading.js