mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(frontend): ✨ Finish glitch frontend implementation
This commit is contained in:
parent
e5e8099883
commit
972ced1f10
6 changed files with 348 additions and 26 deletions
|
|
@ -121,6 +121,9 @@ export interface Config {
|
|||
};
|
||||
|
||||
frontend: {
|
||||
/** @default true */
|
||||
enabled: boolean;
|
||||
|
||||
/** @default "http://localhost:3000" */
|
||||
url: string;
|
||||
|
||||
|
|
@ -442,6 +445,7 @@ export const defaultConfig: Config = {
|
|||
},
|
||||
},
|
||||
frontend: {
|
||||
enabled: true,
|
||||
url: "http://localhost:3000",
|
||||
glitch: {
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue