Closed Om-Thorat closed 1 year ago
Name | Link |
---|---|
Latest commit | 7201b5591c8bc8c9264f7971ca9df6b907352252 |
Latest deploy log | https://app.netlify.com/sites/video2srt/deploys/64cb899faf7ef90008952cd5 |
@MatejMecka Might the build be failing due to the build command in package.json ? Since the build succeeded when i built it locally by replacing cp
with copy
since I am on windows.
Current
"build": "[ -f .env ] || cp env.sample .env && vite build && cp _headers dist/_headers",
Replaced
"build": "IF NOT EXIST .env (copy env.sample .env && vite build && copy _headers dist/_headers)",
WELP GIT has destroyed that fork so oops, I'll make a new one.
Implemented a cancel download button to cancel download, If the user selects the wrong option by mistake.
The downloaded data is stored until a page refresh as in if a user cancels by a mistake and tries to download the same model again it resumes from the last left point.