@marimo-team/frontend 0.14.8-dev12 → 0.14.8-dev13
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 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@marimo-team/frontend",
|
3
|
-
"version": "0.14.8-
|
3
|
+
"version": "0.14.8-dev13",
|
4
4
|
"main": "dist/main.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"type": "module",
|
@@ -172,6 +172,7 @@
|
|
172
172
|
"lint:stylelint": "stylelint src/**/*.css --fix",
|
173
173
|
"format": "biome format --write .",
|
174
174
|
"preview": "vite preview",
|
175
|
+
"dev:quarto": "VITE_MARIMO_ISLANDS=true vite",
|
175
176
|
"dev:islands": "cross-env VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts",
|
176
177
|
"build:islands": "cross-env VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts build",
|
177
178
|
"preview:islands": "cross-env VITE_MARIMO_VERSION='0.4.6' VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts build",
|