Skip to content

Commit 8b8935e

Browse files
authored
fix: use new sidebase/templates as base (#37)
1 parent ab72aee commit 8b8935e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/configs/naiveui.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ const naiveui: ModuleConfig = {
4040
scripts: [],
4141
dependencies: [{
4242
name: '@bg-dev/nuxt-naiveui',
43-
version: '^1.11.0',
43+
/*
44+
* Pinned to v1.0.0-edge.2 as naiveui was failing on typecheck.
45+
* replace this with the offical release, once it is out.
46+
* See: https://github.com/becem-gharbi/nuxt-naiveui/issues/76
47+
*/
48+
version: '1.0.0-edge.2',
4449
isDev: true
4550
}],
4651
nuxtConfig: {

src/steps/1.downloadTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { say } from '../messages'
33
import type { Preferences } from '../types'
44

55
const KNOWN_TEMPLATES = {
6-
merino: 'github:nuxt/starter#v3',
6+
merino: 'github:sidebase/templates#nuxt-3.12.2',
77
cheviot: 'community/sidebase'
88
}
99

0 commit comments

Comments
 (0)