puter/packages/phoenix/run.json5
2024-04-12 20:53:44 -04:00

16 lines
371 B
Plaintext

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