- W10 email: self-hosted Postfix channel (owner-approved) — auction-open contractor notice (in-app + email), EDM send (opt-in, cap 500), password-reset mail, mail_log (V36) - W11 WISE shell: hamburger toggle, single-open accordion, 6-group IA restructure, system-mgmt group, KINTEX CI wordmark logo, home charts x3, responsive bottom user area, calendar alignment; fixed goScoped links (no /login bounce, hall parsing) - W12 system-mgmt basics (UIWS parity): dept/company, program registry, role-menu map, auth policy, login history, error log, system health, mail/notify config (V37, 10 routes) - product identity: public landing hero + role value cards + AI pipeline steps; login tagline; root gate (unauth -> /public product intro, auth -> /home) - home AI hub: 5 AI tool cards + NL quick-ask strip (AI visibility) - menu IA: 13 orphan routes folded in, system-mgmt 5 sub-sections, dead-links 0 - app-QR install page (/app-qr, WISE AppQrCode pattern); EAS build G3-approved - product rename -> "KINTEX AI 전시·행사시스템" across 4 locales + title - V38 demo closed-loop seed: codes/programs/depts/companies + booths/leads/approvals/ invoices/notices, 4 demo accounts — activates home todos/KPIs - new harnesses: wise-ui alignment (+menu-ia), full renewal (testdata), benchmark (analyst/crawler) - SPA cache: index.html no-store (instant deploy reflection) - verified: compileJava, test, tsc -b --force, vite build all EXIT 0 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
28 lines
471 B
JSON
28 lines
471 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 10.0.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": { "buildType": "apk" }
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|