mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
* web: Fix issue where TypeDoc comments are arranged between imports. * web: Fix Live Reload paths, deps.
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
import { AuthentikPrettierConfig } from "./lib/constants.js";
|
|
|
|
export * from "./lib/constants.js";
|
|
export * from "./lib/formatter.js";
|
|
|
|
export default AuthentikPrettierConfig;
|