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
After the download is complete, you can directly execute `page-spy-api` in the command line to start the service.
46
+
It will also generate a configuration file called config.json in the running directory, and modifying this file allows you to change the running port.
47
+
48
+
```json
49
+
{
50
+
"port": "6752"
51
+
}
52
+
```
46
53
47
54
Once the deployment is successful, the `Inject SDK` menu will be at the top, and you can find how to configure and integrate in the business project by click the menu.
0 commit comments