File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,42 @@ Re-run `ember-cli-update` after that.
4444
4545## Moving to Vite
4646
47- Use [ ember-vite-codemod] [ mod ] to upgrade your project.
47+ Use [ ember-vite-codemod] [ mod ] to upgrade your project. Then see [ Already on Vite] .
48+
49+ ## Already on Vite
50+ [ Already on Vite ] : #already-on-vite
51+
52+ You will also need to update
53+ ` config/ember-cli-update.json ` and replace the base blueprint:
54+
55+ ``` diff
56+ @@ -2,13 +2,11 @@
57+ {
58+ "schemaVersion": "1.0.0",
59+ "packages": [
60+ {
61+ - "name": "ember-cli",
62+ - "version": "6.7.0",
63+ + "name": "@ember/app-blueprint",
64+ + "version": "6.7.1",
65+ "blueprints": [
66+ {
67+ - "name": "app",
68+ - "outputRepo": "https://github.com/ember-cli/ember-new-output",
69+ - "codemodsSource": "ember-app-codemods-manifest@1",
70+ + "name": "@ember/app-blueprint",
71+ "isBaseBlueprint": true,
72+ "options": [
73+ "--ci-provider=github"
74+ ]
75+ }
76+ ]
77+ }
78+ ]
79+ }
80+ ```
81+
82+ Re-run ` ember-cli-update ` after that.
83+
4884
4985[ mod ] : https://github.com/mainmatter/ember-vite-codemod/
You can’t perform that action at this time.
0 commit comments