File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ yarn create adastra@latest --template blanklob/adastra/examples/with-typescript
21
21
22
22
### Using Adastra CLI ✨
23
23
24
- To launch the development server for the first time, you will need to replace the development command inside the ` package.tson ` with the following:
24
+ To launch the development server for the first time, you will need to replace the development command inside the ` package.json ` with the following:
25
25
26
26
``` json
27
27
"scripts" : {
@@ -74,7 +74,7 @@ Inside your Adastra ✨ theme project, you'll see the following folders and file
74
74
│ └── hello-world.ts
75
75
├── templates
76
76
├── vite.config.ts
77
- └── package.tson
77
+ └── package.json
78
78
```
79
79
80
80
Adastra ✨ detects entrypoint files automatically in the ` entrypoints/ ` directory. In this case ` base.css ` for styles and ` index.ts ` for modules.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ yarn create adastra@latest --template blanklob/adastra/examples/with-vanilla-ext
21
21
22
22
### Using Adastra CLI ✨
23
23
24
- To launch the development server for the first time, you will need to replace the development command inside the ` package.tson ` with the following:
24
+ To launch the development server for the first time, you will need to replace the development command inside the ` package.json ` with the following:
25
25
26
26
``` json
27
27
"scripts" : {
@@ -75,7 +75,7 @@ Inside your Adastra ✨ theme project, you'll see the following folders and file
75
75
│ └── hello-world.ts
76
76
├── templates
77
77
├── vite.config.ts
78
- └── package.tson
78
+ └── package.json
79
79
```
80
80
81
81
Adastra ✨ detects entrypoint files automatically in the ` entrypoints/ ` directory. In this case ` base.css ` for styles and ` index.ts ` for modules.
You can’t perform that action at this time.
0 commit comments