semantic markup update
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { api } from '../../lib/api';
|
||||
|
||||
// [DEF:load:Function]
|
||||
/* @PURPOSE: Loads application settings and environment list.
|
||||
@PRE: API must be reachable.
|
||||
@POST: Returns settings object or default values on error.
|
||||
*/
|
||||
/** @type {import('./$types').PageLoad} */
|
||||
export async function load() {
|
||||
try {
|
||||
@@ -21,3 +26,4 @@ export async function load() {
|
||||
};
|
||||
}
|
||||
}
|
||||
// [/DEF:load:Function]
|
||||
|
||||
Reference in New Issue
Block a user