]> source.dussan.org Git - sonarqube.git/commit
SONAR-18491 Set up the build system for the new UI
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Mon, 13 Feb 2023 18:02:44 +0000 (19:02 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 21 Feb 2023 20:03:00 +0000 (20:03 +0000)
commit294bda258ce44453fd7b9aae85b713551fa73f37
tree917b1174d13c5ad0cc1233103779110af8d1e615
parent5af56eda84b62f4602578d195207cd108da0487a
SONAR-18491 Set up the build system for the new UI
19 files changed:
server/sonar-web/.gitignore
server/sonar-web/build.gradle
server/sonar-web/config/esbuild-config.js
server/sonar-web/design-system/.eslintrc [new file with mode: 0644]
server/sonar-web/design-system/.gitignore [new file with mode: 0644]
server/sonar-web/design-system/babel.config.js [new file with mode: 0644]
server/sonar-web/design-system/package.json [new file with mode: 0644]
server/sonar-web/design-system/src/components/DummyComponent.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/index.ts [new file with mode: 0644]
server/sonar-web/design-system/tsconfig.json [new file with mode: 0644]
server/sonar-web/design-system/vite.config.js [new file with mode: 0644]
server/sonar-web/package.json
server/sonar-web/scripts/build-design-system.js [new file with mode: 0644]
server/sonar-web/scripts/build.js
server/sonar-web/scripts/start.js
server/sonar-web/src/main/js/app/styles/init/base.css
server/sonar-web/tailwind.config.js [new file with mode: 0644]
server/sonar-web/turbo.json [new file with mode: 0644]
server/sonar-web/yarn.lock