mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 14:26:10 +00:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
|
{
|
||
|
services: [
|
||
|
{
|
||
|
name: 'term.http',
|
||
|
pwd: './dist',
|
||
|
command: 'npx http-server -p 8082',
|
||
|
},
|
||
|
{
|
||
|
name: 'term.rollup',
|
||
|
pwd: '.',
|
||
|
command: 'npx rollup -c rollup.config.js --watch',
|
||
|
},
|
||
|
]
|
||
|
}
|