Commit 08224d1
committed
Remove old CRA index.html and fix formatting
- Remove public/index.html (old CRA version, now using root index.html)
- Fix prettier formatting in src/lz-string.d.ts
Vite requires index.html at the project root, not in public/.
The public/ folder is still used for static assets:
- favicon.ico
- logo192.png, logo512.png
- manifest.json
- robots.txt
- favicon/ directory
All Makefile commands verified to pass:
- make lint ✓
- make ci (test-coverage + build + lint) ✓1 parent 9fb109e commit 08224d1
2 files changed
+7
-47
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
0 commit comments