mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Fix frontend dev setup (#12539)
This commit is contained in:
parent
a56a46259d
commit
ecf83c629f
|
@ -11,7 +11,7 @@ export type { SendWorkerStatusMessage } from './push/worker';
|
||||||
export type { BannerName } from './schemas/bannerName.schema';
|
export type { BannerName } from './schemas/bannerName.schema';
|
||||||
export { passwordSchema } from './schemas/password.schema';
|
export { passwordSchema } from './schemas/password.schema';
|
||||||
|
|
||||||
export {
|
export type {
|
||||||
ProjectType,
|
ProjectType,
|
||||||
ProjectIcon,
|
ProjectIcon,
|
||||||
ProjectRole,
|
ProjectRole,
|
||||||
|
|
Loading…
Reference in a new issue