chore: desktop workflow

This commit is contained in:
Mo
2022-06-11 20:37:41 -05:00
parent 2aac0294ef
commit 3b70495836
9 changed files with 214 additions and 78 deletions

View File

@@ -0,0 +1,7 @@
export const Command = function (prompt, dir, extraEnv = {}) {
return {
prompt,
dir,
extraEnv,
}
}