maps-service/web
rhpidfyre a7e9dbb94d
All checks were successful
continuous-integration/drone/push Build is passing
web: fix up
When possible you should not use inline styling and instead use SCSS files for following convention and keeping consistency, Grid is also a deprecated React component in Material UI
You should also separate components that are client only to its own .tsx module rather than having it be mixed with components that aren't required for being client only
2024-12-19 02:30:45 -05:00
..
src/app web: fix up 2024-12-19 02:30:45 -05:00
.dockerignore web: working Container file 2024-12-12 14:24:07 -08:00
.gitignore remove empty readme and tweak .gitignore, next.config.ts, and package.json 2024-12-09 22:24:16 -05:00
Containerfile web: working Container file 2024-12-12 14:24:07 -08:00
eslint.config.mjs add eslint + update nextjs to remove a library deprecation warning on dev start 2024-12-10 17:55:16 -05:00
next.config.ts compilable:) 2024-12-18 22:55:12 -07:00
package.json explicitly specify the port for bun run start 2024-12-10 23:17:58 -05:00
tsconfig.json successfully builds for production 2024-12-10 23:01:22 -05:00