feat(ci): Add Gitea workflows for CI/CD process.

This commit is contained in:
2024-12-27 01:54:24 +01:00
parent cebae44ff5
commit 4090b19382
12 changed files with 246 additions and 29 deletions
+5
View File
@@ -0,0 +1,5 @@
import { html } from '@design.estate/dees-element';
export const firstpage = () => html`
<sio-fab></sio-fab>
`;
+2
View File
@@ -0,0 +1,2 @@
export * from './mainpage.js';
export * from './firstpage.js';
+3
View File
@@ -0,0 +1,3 @@
import { html } from '@design.estate/dees-element';
export const mainpage = () => html` <lele-statusbar></lele-statusbar> `;