mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 14:26:10 +00:00
15 lines
318 B
Plaintext
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',
|
|
},
|
|
]
|
|
}
|