add: add script to start a static server

This commit is contained in:
Géry Debongnie
2019-03-29 15:18:26 +01:00
parent 064baedff8
commit db6345e8af
+7
View File
@@ -0,0 +1,7 @@
{
"name": "owl-playground",
"description": "Odoo Web Lab",
"scripts": {
"serve": "python -m SimpleHTTPServer 8001"
}
}