fcf-deployer
Version:
A GUI to help you deploy your Firebase Cloud Functions when working locally
46 lines (41 loc) • 1.64 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/smui.css" />
<link rel="icon" type="image/svg" href="/favicon.svg" />
<!-- Hint where we get fonts from. -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Material Icons, Roboto, and Roboto Mono fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Material+Icons&Roboto+Mono:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="modulepreload" href="./_app/immutable/entry/start.2cfb348e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.18f76329.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.8dae8caa.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.05afe8f6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.6f2b8e44.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_kkkxnb = {
base: new URL(".", location).pathname.slice(0, -1),
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
import("./_app/immutable/entry/start.2cfb348e.js"),
import("./_app/immutable/entry/app.05afe8f6.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>