[REF] move libs out of playground, add server.py

So we can share it
This commit is contained in:
Géry Debongnie
2019-04-30 10:51:18 +02:00
parent 8b4a3e45a3
commit 9cc1dd0524
16 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "owl-playground",
"description": "Odoo Web Library",
"scripts": {
"start": "python -m SimpleHTTPServer 8001"
"start": "python server.py"
}
}