Use local platform module dependency for workspace development.
Switch pearcord-platform from remote git URL to local file dependency so UI-flow changes resolve against in-workspace platform updates.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"description": "Pearcord desktop UI IPC dispatch + automated flow scenarios for Bare smokes",
|
"description": "Pearcord desktop UI IPC dispatch + automated flow scenarios for Bare smokes",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"b4a": "^1.6.7",
|
"b4a": "^1.6.7",
|
||||||
"pearcord-platform": "git+https://git.ssh.surf/pearcord/pearcord-platform.git#main",
|
"pearcord-platform": "file:../pearcord-platform",
|
||||||
"pearcord-log": "file:../pearcord-log",
|
"pearcord-log": "file:../pearcord-log",
|
||||||
"pearcord-qr": "file:../pearcord-qr"
|
"pearcord-qr": "file:../pearcord-qr"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user