ente/web/packages/next
Manav Rathi f10f751a2f
Inline local storage calls
The methods are trivial, and we cannot centralize the keys since they will be
different for different apps. So an abstraction for this is not beneficial.

Also move the next specific dev build check to @/next
2024-04-03 14:21:11 +05:30
..
components Merge @/ui into @/next 2024-04-02 19:58:42 +05:30
.eslintrc.js ignorePatters seems to be inherited (as we wished) when extending 2024-04-03 13:48:41 +05:30
env.ts Inline local storage calls 2024-04-03 14:21:11 +05:30
i18n.ts Inline local storage calls 2024-04-03 14:21:11 +05:30
next.config.base.js Merge @/ui into @/next 2024-04-02 19:58:42 +05:30
package.json Merge @/ui into @/next 2024-04-02 19:58:42 +05:30
README.md Shorten 2024-04-03 13:44:30 +05:30
tsconfig.json Move into web/ 2024-03-01 12:21:07 +05:30

@/next

A base UI layer package for sharing code between our Next.js apps.

Packaging

This (internal) package exports a React TypeScript library. We rely on the importing project to transpile and bundle it.