[Feature] Ketcher V3 (#427)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#427
This commit is contained in:
2026-07-17 08:16:09 +12:00
parent 3566571b42
commit 31c57299e4
22515 changed files with 1344 additions and 2191897 deletions

View 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"
}
]
}