This commit is contained in:
d61b292b-2859-4ed6-8c7c-b7397ad8e351
2024-08-20 10:48:50 +02:00
committed by GitHub
parent 74a3e1a3f6
commit b11083fc8d

View File

@@ -17,7 +17,7 @@ pear init --yes
This creates the base project structure.
- `package.json`. App configuration. Notice the `pear` property.
- `index.js`. App entrypoint.
- `index.html`. App entrypoint.
- `app.js`. Main code.
- `test/index.test.js`. Test skeleton.