puter/packages/terminal/run-https.json5
2024-04-12 20:53:32 -04:00

15 lines
318 B
Plaintext

{
services: [
{
name: 'term.http',
pwd: './dist',
command: 'npx http-server -p 8082 -S -C "{cert}" -K "{key}"',
},
{
name: 'term.rollup',
pwd: '.',
command: 'npx rollup -c rollup.config.js --watch',
},
]
}