Skip to content

Commit

Permalink
added justfile and move sdk to standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefdl committed Oct 11, 2024
1 parent a88b878 commit 51553c9
Show file tree
Hide file tree
Showing 176 changed files with 7,692 additions and 14,877 deletions.
6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export TZ := "UTC"
TS_LOADER := " --import @swc-node/register/esm-register"
NODE_PARAMS := "--no-warnings " + TS_LOADER

run package file="main.ts" *node_args="":
@node {{NODE_PARAMS}} {{node_args}} packages/{{package}}/{{file}}
Loading

0 comments on commit 51553c9

Please sign in to comment.