Set up the Kifu PWA project with decent Makefiles #41

Merged
savanni merged 14 commits from kifu-pwa into main 2023-05-13 16:48:42 +00:00
3 changed files with 2 additions and 1 deletions
Showing only changes of commit 68cec8bc12 - Show all commits

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

View File

@ -17,7 +17,8 @@ module.exports = {
patterns: [
{ from: "src/index.html" },
{ from: "src/kifu.css" },
{ from: "src/manifest.json" }
{ from: "src/manifest.json" },
{ from: "src/icon512.png" }
]
})
],