Skip to content

File tree

guides/release/tutorial/part-1/orientation.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,14 @@ super-rentals
143143
│ │ ├── vendor.css
144144
│ │ └── vendor.js
145145
│ ├── assets
146-
│ │ ├── app-BsLReVUA.css
147-
│ │ ├── app-DeMi1jqi.js
148-
│ │ ├── main-D3Yvlu5-.js
149-
│ │ ├── modules-4-12-CtLlYJDx.js
150-
│ │ ├── tests-BeYLqHwh.js
151-
│ │ └── tests-CFFHI-JI.css
146+
│ │ ├── app-DgioD2rk.css
147+
│ │ ├── app-kH0EqUK0.js
148+
│ │ ├── dist-BUdT4Swa.js
149+
│ │ ├── main-BINtkAbW.js
150+
│ │ ├── manager-C2ILo-5D.js
151+
│ │ ├── modules-4-12-BPXQYON-.js
152+
│ │ ├── tests-BdSWFklr.css
153+
│ │ └── tests-CIHkQsCT.js
152154
│ ├── ember-welcome-page
153155
│ │ └── construction.png
154156
│ ├── tests
@@ -190,7 +192,7 @@ super-rentals
190192
├── testem.cjs
191193
└── vite.config.mjs
192194
193-
26 directories, 57 files
195+
26 directories, 59 files
194196
```
195197

196198
We'll learn about the purposes of these files and folders as we go. For now, just know that we'll spend most of our time working within the `app` folder.
@@ -217,11 +219,11 @@ Build successful (9761ms)
217219

218220
Slowest Nodes (totalTime >= 5%) | Total (avg)
219221
-+-
220-
Babel: @embroider/macros (1) | 343ms
222+
Babel: @embroider/macros (1) | 330ms
221223

222224

223225

224-
VITE v7.3.2 ready in 3226 ms
226+
VITE v8.0.11 ready in 3171 ms
225227

226228
➜ Local: http://localhost:4200/
227229
```

guides/release/tutorial/part-1/reusable-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ Build successful (13286ms)
102102

103103
Slowest Nodes (totalTime >= 5%) | Total (avg)
104104
-+-
105-
Babel: @embroider/macros (1) | 333ms
105+
Babel: @embroider/macros (1) | 336ms
106106

107107

108108

109-
VITE v7.3.2 ready in 3219 ms
109+
VITE v8.0.11 ready in 3176 ms
110110

111111
➜ Local: http://localhost:4200/
112112
```

0 commit comments

Comments
 (0)