Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8a7ec7109 | ||
|
|
12dc1b886f |
Vendored
+1
-1
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
<div id="container" class="timer">
|
||||
<div id="textDiv">
|
||||
<p id="timeText">00:00:00</p>
|
||||
<p id="timeText">Loading...</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="module" src="js/script.js"></script>
|
||||
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"scripts": {
|
||||
"prepublish": "esbuild --outdir=dist/js --format=esm --bundle --minify --sourcemap --sources-content src/*",
|
||||
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown --branch=sugoi"
|
||||
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown --branch=sugoi",
|
||||
"test": "wrangler pages dev dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/web": "^0.0.301",
|
||||
|
||||
Reference in New Issue
Block a user