mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add: add script to start a static server
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "owl-playground",
|
||||
"description": "Odoo Web Lab",
|
||||
"scripts": {
|
||||
"serve": "python -m SimpleHTTPServer 8001"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user