mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
25 lines
800 B
JSON
25 lines
800 B
JSON
{
|
|
"dev-login": ["./src/bundles/legacy_portico_bundle.ts", "./src/portico/dev-login.ts"],
|
|
"dev-integrations-panel": [
|
|
"./src/bundles/legacy_portico_bundle.ts",
|
|
"./src/portico/integrations_dev_panel.ts",
|
|
"./styles/portico/integrations_dev_panel.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"dev-email-log": [
|
|
"./src/bundles/common.ts",
|
|
"./src/portico/email_log.ts",
|
|
"./src/portico/portico_modals.ts",
|
|
"./styles/portico/email_log.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"dev-help": [
|
|
"./src/bundles/legacy_portico_bundle.ts",
|
|
"./styles/portico/dev_help.css",
|
|
"./styles/portico/markdown.css"
|
|
],
|
|
"showroom": ["./src/bundles/showroom.ts"]
|
|
}
|