puter/packages/terminal/run-http.json5

15 lines
292 B
Plaintext
Raw Normal View History

2024-04-13 00:53:32 +00:00
{
services: [
{
name: 'term.http',
pwd: './dist',
command: 'npx http-server -p 8082',
},
{
name: 'term.rollup',
pwd: '.',
command: 'npx rollup -c rollup.config.js --watch',
},
]
}