-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdd32ba
commit e7751ef
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule volto
updated
18 files
+14 −8 | PACKAGES.md | |
+80 −0 | apps/rr7/.eslintrc.cjs | |
+7 −0 | apps/rr7/.gitignore | |
+30 −0 | apps/rr7/README.md | |
+8 −0 | apps/rr7/app/client.ts | |
+15 −0 | apps/rr7/app/config.ts | |
+98 −0 | apps/rr7/app/root.tsx | |
+7 −0 | apps/rr7/app/routes.ts | |
+2 −0 | apps/rr7/app/routes/$.tsx | |
+79 −0 | apps/rr7/app/routes/home.tsx | |
+17 −0 | apps/rr7/app/utils.ts | |
+39 −0 | apps/rr7/package.json | |
+ − | apps/rr7/public/favicon.ico | |
+33 −0 | apps/rr7/tsconfig.json | |
+28 −0 | apps/rr7/vite.config.ts | |
+12 −1 | docs/source/contributing/developing-core.md | |
+1 −0 | packages/volto/news/6472.internal | |
+1,257 −188 | pnpm-lock.yaml |