web: fix formatting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
439454a71b
commit
1ff19e1467
|
@ -103,7 +103,7 @@ export default [
|
|||
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
|
||||
// Which classes can be imported
|
||||
commonjs({
|
||||
namedExports: { '@goauthentik/api': Object.keys(authentik) },
|
||||
namedExports: { "@goauthentik/api": Object.keys(authentik) },
|
||||
}),
|
||||
babel({
|
||||
extensions,
|
||||
|
@ -139,7 +139,7 @@ export default [
|
|||
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
|
||||
// Which classes can be imported
|
||||
commonjs({
|
||||
namedExports: { '@goauthentik/api': Object.keys(authentik) },
|
||||
namedExports: { "@goauthentik/api": Object.keys(authentik) },
|
||||
}),
|
||||
babel({
|
||||
extensions,
|
||||
|
|
Reference in New Issue