feat: support rewriting urls
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-06-13 02:02:41 +02:00
parent 48dcdefee1
commit 6e50208557
8 changed files with 99 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
export const bootstrap = (el,deps = [])=>{
el.innerHtml = `
<div>load the app</div>
`;
}