mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-12 20:40:20 +00:00
fix: dono component, dev server kill
This commit is contained in:
parent
107ba13367
commit
27ea709d79
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue