This repository was archived by the owner on Dec 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ DeviceScript is a programming language for scripting [Jacdac](https://aka.ms/jac
55It has JavaScript-like syntax and is compiled to a custom VM bytecode, which can run in very constrained
66environments (VM itself compiles to 10kB of code, with the floating point library and Jacdac SDK adding further 30kB).
77
8- [ Read documentation] ( https://microsoft.github.io/devicescript/ )
8+ - [ Read documentation] ( https://microsoft.github.io/devicescript/api/cli )
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ DeviceScript is a programming language for scripting [Jacdac](https://aka.ms/jac
55It has JavaScript-like syntax and is compiled to a custom VM bytecode, which can run in very constrained
66environments (VM itself compiles to 10kB of code, with the floating point library and Jacdac SDK adding further 30kB).
77
8- [ Read documentation] ( https://microsoft.github.io/devicescript/ )
8+ - [ Read documentation] ( https://microsoft.github.io/devicescript/ )
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ DeviceScript is a programming language for scripting [Jacdac](https://aka.ms/jac
55It has JavaScript-like syntax and is compiled to a custom VM bytecode, which can run in very constrained
66environments (VM itself compiles to 10kB of code, with the floating point library and Jacdac SDK adding further 30kB).
77
8- [ Read documentation] ( https://microsoft.github.io/devicescript/ )
8+ - [ Read documentation] ( https://microsoft.github.io/devicescript/ )
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ async function createConfig() {
3838 setup : "node node_modules/@devicescript/cli/built/devicescript-cli.cjs init" ,
3939 build : "node node_modules/@devicescript/cli/built/devicescript-cli.cjs build" ,
4040 watch : "node node_modules/@devicescript/cli/built/devicescript-cli.cjs build --watch" ,
41- start : "yarn setup && yarn watch" ,
4241 } ,
4342 } ,
4443 } ,
@@ -49,6 +48,7 @@ async function createConfig() {
4948 container : {
5049 node : "16" ,
5150 } ,
51+ startScript : "setup" ,
5252 } ,
5353 } ,
5454 } ,
You can’t perform that action at this time.
0 commit comments