Skip to content

Commit

Permalink
Merge pull request #14 from alistairmcmillan/Fix-for-model-download-e…
Browse files Browse the repository at this point in the history
…rror

Fix for #13 model download error
  • Loading branch information
MatejMecka authored Jun 5, 2024
2 parents 523262f + c7c9370 commit cf046df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "[ -f .env ] || cp env.sample .env && vite",
"build": "[ -f .env ] || cp env.sample .env && vite build && cp _headers dist/_headers",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit cf046df

Please sign in to comment.