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
***`package.json`**— Projectdependenciesandscripts. Use`npm run build`tobuildonce, or`npm run build:dev`tobuildandwatchforchanges. Onlyeditthisifyouneedtoaddpackages.
***`package.json`**– Definesprojectdependenciesandscripts. Use`npm run build`tobuildonce, or`npm run build:dev`tobuildandwatchforchanges. Editthisfileonlywhenyouneedtoaddpackages.
The`dist/`folderisgeneratedby`npm run build`andisnotpresentuntilyoubuildforthefirsttime. Nevereditfilesinside`dist/`directly, asyourchangeswillbeoverwrittenonthenextbuild.
147
+
The`dist/`folderisgeneratedby`npm run build`anddoesnotexistuntilyoubuildforthefirsttime. Nevereditfilesinside`dist/`directly, asyourchangeswillbeoverwrittenonthenextbuild.
***`src/main/index.ts`**— Theextension's main logic, which runs inside Studio Pro. Gets the Studio Pro API via `getStudioProApi`, registers a menu item under **Extensions** in the top menu bar, and opens a tab that renders the UI component when clicked. This is the primary file you will edit. If you rename this file, update the corresponding entry point in `build-extension.mjs`.
***`src/main/index.ts`**– Containstheextension's main logic, which runs inside Studio Pro. It retrieves the Studio Pro API via `getStudioProApi`, registers a menu item under **Extensions** in the top menu bar, and opens a tab that renders the UI component when clicked. This is the primary file you will edit. If you rename this file, update the corresponding entry point in `build-extension.mjs`.
0 commit comments