We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c3390 commit 79cd8a2Copy full SHA for 79cd8a2
pkgx.yaml
@@ -11,3 +11,4 @@ dependencies:
11
sqlite.org: ^3.42.0
12
stedolan.github.io/jq: ^1.7
13
httpie.io: ^3.2.2
14
+ rust-lang.org: ^1.74.1 # optional, for certain dev purposes only
storage/framework/.stacks/core/actions/src/dev/index.ts
@@ -31,7 +31,7 @@ export async function runComponentsDevServer(options: DevOptions) {
31
32
export async function runDesktopDevServer(options: DevOptions) {
33
log.info('Starting your Desktop Engine...')
34
- await runCommand(NpmScript.DevDesktop, options)
+ await runAction(Action.DevDesktop, options)
35
}
36
37
export async function runDocsDevServer(options: DevOptions) {
0 commit comments