mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 20:01:19 +00:00
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"name": "@nym.sh/jrx",
|
|
"build": {
|
|
"context": ".",
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"postCreateCommand": "bun install && cd example && bun install"
|
|
}
|