ci: add NPM packages publish (#13974)

Co-authored-by: Teffen Ellis <teffen@nirri.us>
This commit is contained in:
Marc 'risson' Schmitt
2025-04-14 16:14:17 +02:00
committed by GitHub
parent 895cd23b57
commit bf0235c113
36 changed files with 26659 additions and 20 deletions

View File

@ -1,6 +1,6 @@
import { AuthentikPrettierConfig } from "./config.js";
import { AuthentikPrettierConfig } from "./lib/constants.js";
export * from "./config.js";
export * from "./format.js";
export * from "./lib/constants.js";
export * from "./lib/format.js";
export default AuthentikPrettierConfig;