main
psoubrie 2024-12-30 18:34:45 +01:00
parent 65509a786a
commit 3e706150f5
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
- start dev: `npx parcel src/index.html`
- build prod: `npx parcel build src/index.html`
- deploy: `npm ci; npx parcel build src/index.html`
- deploy to firebase on github action on

View File

@ -154,7 +154,7 @@
</div>
<div class="fixed bottom-0 w-full h-10 bg-gradient-to-t from-gray-200 -z-20" />
<script src="./script.js" type="module"></script>
<!-- <script src="./script.js" type="module"></script> -->
</body>
</html>