twigs/settings.gradle.kts
William Brawner 73bfc793c8 Add gradle-managed frontend
It still uses NPM (via gradle tasks) but drops the old Angular-based UI in favor of a Lit-based UI from https://github.com/pwa-builder/pwa-starter. I'll have to rebuild from scratch, but I think it'll be better in the long run

Signed-off-by: William Brawner <me@wbrawner.com>
2022-12-15 21:39:22 -06:00

2 lines
No EOL
100 B
Text

rootProject.name = "twigs"
include("api", "app", "core", "db", "frontend", "storage", "testhelpers")