mirror of
https://github.com/rodolfo-terriquez/images-to-notes.git
synced 2026-07-22 05:48:18 +00:00
Fixed issue preventing build
This commit is contained in:
parent
39f76f3b5d
commit
ff3fc5eeb7
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"description": "Transcribes text from images using AI.",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "rollup --config rollup.config.js -w",
|
||||
"build": "rollup --config rollup.config.js --environment BUILD:production"
|
||||
|
|
|
|||
Loading…
Reference in a new issue