fix: dono component, dev server kill

This commit is contained in:
ThaUnknown 2022-11-24 01:16:30 +01:00
parent 107ba13367
commit 27ea709d79
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{
"name": "Miru",
"version": "3.2.0",
"version": "3.2.1",
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
"main": "src/index.js",
"homepage": "https://github.com/ThaUnknown/miru#readme",
"scripts": {
"start": "SET NODE_ENV=development & concurrently \"pnpm run web:watch\" \"pnpm run electron:start\"",
"start": "SET NODE_ENV=development & concurrently --kill-others \"pnpm run web:watch\" \"pnpm run electron:start\"",
"web:watch": "vite",
"electron:start": "electron src",
"build": "vite build && electron-builder",

View file

@ -296,7 +296,7 @@
<div class='h-full py-10'>
<Search bind:media bind:search bind:current {loadCurrent} />
<div class='container'>
{#if progress < 30}
{#if $progress < 30}
We're ${30 - $progress} short of our monthly goal! That's only {Math.ceil((30 - $progress) / 5)} people donating $5.00!
{:else}
We've reached the donation goal for this month! \o/