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
change node scripts in package.json , don't start replica, start light replica instead (runs on the same port, agent can talk to it without having to change anything
start lightic npx lightic --p 4943
dont rely on dfx at all, move everything to JS so we can run the tests from within VSCode test suite directly
The text was updated successfully, but these errors were encountered:
https://github.com/icopen/lightic
npm i --dev lightic
package.json
, don't start replica, start light replica instead (runs on the same port, agent can talk to it without having to change anythingnpx lightic --p 4943
The text was updated successfully, but these errors were encountered: