Skip to content

Commit 79cd8a2

Browse files
committed
chore: wip
1 parent 56c3390 commit 79cd8a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ dependencies:
1111
sqlite.org: ^3.42.0
1212
stedolan.github.io/jq: ^1.7
1313
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function runComponentsDevServer(options: DevOptions) {
3131

3232
export async function runDesktopDevServer(options: DevOptions) {
3333
log.info('Starting your Desktop Engine...')
34-
await runCommand(NpmScript.DevDesktop, options)
34+
await runAction(Action.DevDesktop, options)
3535
}
3636

3737
export async function runDocsDevServer(options: DevOptions) {

0 commit comments

Comments
 (0)