forked from enviPath/enviPy
[Feature] Ketcher V3 (#427)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#427
This commit is contained in:
20
static/js/ketcher3/standalone/serve.json
Normal file
20
static/js/ketcher3/standalone/serve.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/popup",
|
||||
"destination": "/popup.html"
|
||||
},
|
||||
{
|
||||
"source": "/duo",
|
||||
"destination": "/duo.html"
|
||||
},
|
||||
{
|
||||
"source": "/iframe",
|
||||
"destination": "/iframe.html"
|
||||
},
|
||||
{
|
||||
"source": "!/**/*.html",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user