Introduce a ReloadSocketManager and client ReloadService for automatic page reloads when the server restarts. Serve UI assets from an embedded generated file and add Deno tasks to bundle the UI and compile native binaries for multiple platforms. Also update dev watch workflow and ignore generated embedded UI file.
9 lines
211 B
TypeScript
9 lines
211 B
TypeScript
/**
|
|
* autocreated commitinfo by @push.rocks/commitinfo
|
|
*/
|
|
export const commitinfo = {
|
|
name: '@stack.gallery/registry',
|
|
version: '1.1.0',
|
|
description: 'Enterprise-grade multi-protocol package registry'
|
|
}
|