You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vite-plugin-metaspatial/README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ import { componentDiscoveryXMLPlugin } from '@iwsdk/vite-plugin-metaspatial';
125
125
|`outputDir`|`string`|`'public/glxf'`| Directory to output generated GLXF files |
126
126
|`watchDebounceMs`|`number`|`500`| Debounce time for file watcher (milliseconds) |
127
127
|`formats`|`array`|`['glxf']`| Export formats to generate |
128
-
|`metaSpatialCliPath`|`string`|`'/Applications/Meta Spatial Editor.app/Contents/MacOS/CLI'`| Path to Meta Spatial CLI executable|
128
+
|`metaSpatialCliPath`|`string`|Platform-specific (see [CLI Path Configuration](#cli-path-configuration)) | Path to Meta Spatial CLI executable. Can also be set via `META_SPATIAL_EDITOR_CLI_PATH` environment variable|
0 commit comments