File tree Expand file tree Collapse file tree 3 files changed +47
-6
lines changed Expand file tree Collapse file tree 3 files changed +47
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ sidebar_position: 1
77import CodeBlock from " @theme/CodeBlock" ;
88import Tabs from " @theme/Tabs" ;
99import TabItem from " @theme/TabItem" ;
10- import InstallNodejsLinux from " !!raw-loader!../scripts/frontend/install-nodejs-linux.sh" ;
11- import InstallNodejsMacos from " !!raw-loader!../scripts/frontend/install-nodejs-macos.sh" ;
10+
1211import InstallAngularCli from " !!raw-loader!../scripts/frontend/install-angular-cli.sh" ;
1312import InstallCypressUbuntu2204 from " !!raw-loader!../scripts/frontend/install-cypress-deps-ubuntu-22-04.sh" ;
1413import InstallCypressUbuntu2404 from " !!raw-loader!../scripts/frontend/install-cypress-deps-ubuntu-24-04.sh" ;
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import TabItem from "@theme/TabItem";
1010import InstallRustSh from " !!raw-loader!./scripts/setup/install-rust.sh" ;
1111import InstallSystemDepsSh from " !!raw-loader!./scripts/setup/install-system-deps.sh" ;
1212import InstallSystemDepsMacOSSh from " !!raw-loader!./scripts/setup/install-system-deps-macos.sh" ;
13- import InstallNodejsSh from " !!raw-loader!./scripts/setup/install-nodejs.sh" ;
14- import InstallNodejsMacOSSh from " !!raw-loader!./scripts/setup/install-nodejs-macos.sh" ;
13+
1514import InstallDockerSh from " !!raw-loader!./scripts/setup/install-docker.sh" ;
1615import InstallDockerMacOSSh from " !!raw-loader!./scripts/setup/install-docker-macos.sh" ;
1716import InstallWasmToolsSh from " !!raw-loader!./scripts/setup/install-wasm-tools.sh" ;
You can’t perform that action at this time.
0 commit comments