2023-02-22 23:03:47 +01:00
|
|
|
{
|
2024-11-12 22:56:47 +01:00
|
|
|
"dev-login": ["./src/bundles/portico.ts", "./src/portico/dev-login.ts"],
|
2023-02-22 23:03:47 +01:00
|
|
|
"dev-integrations-panel": [
|
2024-11-12 22:56:47 +01:00
|
|
|
"./src/bundles/portico.ts",
|
|
|
|
"./src/portico/integrations_dev_panel.ts",
|
2023-02-24 02:20:53 +01:00
|
|
|
"./styles/portico/integrations_dev_panel.css",
|
2024-11-12 22:56:47 +01:00
|
|
|
"./src/reload_state.ts",
|
|
|
|
"./src/channel.ts"
|
2023-02-22 23:03:47 +01:00
|
|
|
],
|
|
|
|
"dev-email-log": [
|
2024-11-12 22:56:47 +01:00
|
|
|
"./src/bundles/common.ts",
|
|
|
|
"./src/portico/email_log.ts",
|
|
|
|
"./src/portico/portico_modals.ts",
|
2023-02-24 02:20:53 +01:00
|
|
|
"./styles/portico/email_log.css",
|
2024-11-12 22:56:47 +01:00
|
|
|
"./src/reload_state.ts",
|
|
|
|
"./src/channel.ts"
|
2023-02-22 23:03:47 +01:00
|
|
|
]
|
|
|
|
}
|