runtime/examples/bun/package.json

10 lines
224 B
JSON
Raw Normal View History

2024-08-13 17:59:45 +00:00
{
"name": "welcome",
"version": "0.1.0",
"description": "Welcome page by Roští.cz",
"author": "Adam Štrauch <cx@initd.cz>",
"scripts": {
"start": "/srv/bin/primary_tech/bun run app.js"
}
}