Files
owl/package.json
T
Géry Debongnie b0793ef8c5 [IMP] package.json: rename 'serve' into 'start'
So we have same script name as benchmarks branch
2019-04-29 11:11:06 +02:00

8 lines
135 B
JSON

{
"name": "owl-playground",
"description": "Odoo Web Library",
"scripts": {
"start": "python -m SimpleHTTPServer 8001"
}
}