Skip to content

Commit 71b856a

Browse files
committed
Automatic UI sync with GitHub Actions
1 parent e5e2927 commit 71b856a

6 files changed

Lines changed: 50 additions & 3 deletions

File tree

src-tauri/static/client/frontend/client-build/assets/index-AFniX-HG.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/static/client/frontend/client-build/assets/index-BwRiVuD1.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
37.5 KB
Binary file not shown.

src-tauri/static/client/frontend/client-build/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8"/>
5+
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
7+
<title>Clients - Tonini</title>
8+
<script type="module" crossorigin src="/assets/index-AFniX-HG.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-BwRiVuD1.css">
10+
</head>
11+
<body>
12+
<div id="app"
13+
class="bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-900 dark:to-gray-800 min-h-screen transition-colors duration-200"></div>
14+
</body>
15+
</html>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
import { defineConfig } from 'vite'
2-
import { svelte } from '@sveltejs/vite-plugin-svelte'
1+
import {defineConfig} from 'vite'
2+
import {svelte} from '@sveltejs/vite-plugin-svelte'
33

44
// https://vite.dev/config/
55
export default defineConfig({
6-
plugins: [svelte()],
6+
plugins: [svelte()],
7+
build: {
8+
outDir: 'client-build'
9+
}
710
})

0 commit comments

Comments
 (0)