Skip to content

Commit

Permalink
fix(cli): Compile for M1 Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Dec 13, 2023
1 parent 8398944 commit 54d8357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"compile": "deno compile --allow-run=open --output dist/devx-logs index.ts",
"compile": "deno compile --allow-run=open --target aarch64-apple-darwin --output dist/devx-logs index.ts",
"demo": "deno run --allow-run=open index.ts --space devx --stack deploy --stage PROD --app riff-raff"
}
}

0 comments on commit 54d8357

Please sign in to comment.