puter/packages/phoenix/run.json5

16 lines
371 B
Plaintext
Raw Normal View History

2024-04-13 00:53:44 +00:00
{
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: '.'
},
],
}