feat(ci): Add Gitea workflows for CI/CD process.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@social.io/catalog',
|
||||
version: '1.0.93',
|
||||
version: '1.1.0',
|
||||
description: 'catalog for social.io'
|
||||
}
|
||||
|
5
ts_web/pages/firstpage.ts
Normal file
5
ts_web/pages/firstpage.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { html } from '@design.estate/dees-element';
|
||||
|
||||
export const firstpage = () => html`
|
||||
<sio-fab></sio-fab>
|
||||
`;
|
2
ts_web/pages/index.ts
Normal file
2
ts_web/pages/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from './mainpage.js';
|
||||
export * from './firstpage.js';
|
3
ts_web/pages/mainpage.ts
Normal file
3
ts_web/pages/mainpage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { html } from '@design.estate/dees-element';
|
||||
|
||||
export const mainpage = () => html` <lele-statusbar></lele-statusbar> `;
|
Reference in New Issue
Block a user