Merge pull request #5077 from penpot/ladybenko-8638-docker-rust

Set up devenv for Rust
This commit is contained in:
Andrey Antukh
2024-09-17 17:30:38 +02:00
committed by GitHub
12 changed files with 518 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
if (!('dynamicImport' in window)) {
window.dynamicImport = function(uri) {
return import(uri);
}
};