feat(templates): use McFly v0.6
This commit is contained in:
parent
3e50de0941
commit
cbfd67f72d
4 changed files with 32 additions and 782 deletions
804
pnpm-lock.yaml
804
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,5 @@
|
|||
import { defineMcFlyConfig } from '#imports'
|
||||
import { defineMcFlyConfig } from '@mcflyjs/config'
|
||||
|
||||
export default defineMcFlyConfig({
|
||||
components: 'js',
|
||||
})
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
export default defineNitroConfig({ extends: '@mcflyjs/config' })
|
|
@ -10,9 +10,9 @@
|
|||
"build:preview": "npm run build && npm run preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mcflyjs/cli": "^0.0.27",
|
||||
"@mcflyjs/config": "^0.1.5",
|
||||
"@mcflyjs/core": "^0.5.6",
|
||||
"@mcflyjs/cli": "^0.1.0",
|
||||
"@mcflyjs/config": "^0.2.0",
|
||||
"@mcflyjs/core": "^0.6.0",
|
||||
"nitropack": "~2.10.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue