@marimo-team/frontend 0.13.9-dev3 → 0.13.9-dev5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marimo-team/frontend",
|
|
3
|
-
"version": "0.13.9-
|
|
3
|
+
"version": "0.13.9-dev5",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"start": "vite",
|
|
161
161
|
"dev": "vite",
|
|
162
162
|
"build:watch": "vite build --watch --outDir ../marimo/_static",
|
|
163
|
-
"build": "vite build",
|
|
163
|
+
"build": "NODE_OPTIONS=--max-old-space-size=4096 vite build",
|
|
164
164
|
"test": "vitest",
|
|
165
165
|
"typecheck": "tsc --noEmit",
|
|
166
166
|
"lint": "run-s lint:eslint lint:stylelint lint:biome format",
|