mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-17 02:25:57 +00:00
fix: improve dev and build command to run codegen (#288)
This commit is contained in:
@@ -11,7 +11,6 @@ BROWSEROS_BINARY=/Applications/BrowserOS.app/Contents/MacOS/BrowserOS
|
||||
VITE_PUBLIC_POSTHOG_KEY=
|
||||
VITE_PUBLIC_POSTHOG_HOST=
|
||||
VITE_PUBLIC_SENTRY_DSN=
|
||||
VITE_PUBLIC_BROWSEROS_API=https://api.browseros.com
|
||||
|
||||
# BrowserOS API URL
|
||||
VITE_PUBLIC_BROWSEROS_API=
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"version": "0.0.52",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun --env-file=.env.development wxt",
|
||||
"build": "wxt build",
|
||||
"dev": "bun --env-file=.env.development run codegen && bun --env-file=.env.development wxt",
|
||||
"build": "bun run codegen && wxt build",
|
||||
"build:dev": "wxt build --mode development",
|
||||
"zip": "wxt zip",
|
||||
"compile": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user