@seeka-labs/cli-apps 3.5.5 → 3.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/init-template/app/browser/package.json +1 -1
- package/dist/init-template/app/lib/package.json +1 -1
- package/dist/init-template/app/server-azurefunc/package.json +5 -4
- package/dist/init-template/app/server-azurefunc/scripts/build.mjs +62 -0
- package/dist/init-template/app/server-azurefunc/src/app/api/router.ts +1 -2
- package/dist/init-template/app/server-azurefunc/src/functions/ui.ts +0 -2
- package/dist/init-template/app/ui/package.json +1 -1
- package/dist/init-template/package.json +2 -1
- package/package.json +2 -2
- package/dist/init-template/app/server/dist/src/ui/build/assets/index-CnKYrwj-.js +0 -67737
- package/dist/init-template/app/server/dist/src/ui/build/favicon.ico +0 -0
- package/dist/init-template/app/server/dist/src/ui/build/index.html +0 -21
|
Binary file
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8"/>
|
|
6
|
-
<link rel="icon" href="/app/favicon.ico"/>
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
8
|
-
<title>Seeka ExampleApp</title>
|
|
9
|
-
<!-- Fonts to support Material Design -->
|
|
10
|
-
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
|
11
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
|
|
12
|
-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"/>
|
|
13
|
-
<script src="/app/config.js?c=20260114175956"></script>
|
|
14
|
-
<script type="module" crossorigin src="/app/assets/index-CnKYrwj-.js"></script>
|
|
15
|
-
</head>
|
|
16
|
-
<body>
|
|
17
|
-
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
18
|
-
<div id="root"></div>
|
|
19
|
-
</body>
|
|
20
|
-
|
|
21
|
-
</html>
|