this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ™ˆ Fix web/index.html was gitignored after running just web

authored by

Gwenn Le Bihan and committed by
Ewen Le Bihan
3cbeacd2 91b8654a

+4 -1
+2
Justfile
··· 4 4 5 5 web: 6 6 wasm-pack build --target web -d web 7 + echo "" >> web/.gitignore 8 + echo "!index.html" >> web/.gitignore 7 9 8 10 start-web: 9 11 just web
+2 -1
web/.gitignore
··· 1 - * 1 + * 2 + !index.html