Skip to content

Commit 9058afb

Browse files
committed
update strapi to v5
1 parent c8d200e commit 9058afb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8071
-7657
lines changed

Diff for: backend/.strapi/client/app.js

-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
* This file was automatically generated by Strapi.
33
* Any modifications made will be discarded.
44
*/
5-
import i18N from "@strapi/plugin-i18n/strapi-admin";
65
import usersPermissions from "@strapi/plugin-users-permissions/strapi-admin";
7-
import passwordless from "strapi-plugin-passwordless/strapi-admin";
86
import { renderAdmin } from "@strapi/strapi/admin";
97

108
renderAdmin(document.getElementById("strapi"), {
119
plugins: {
12-
i18n: i18N,
1310
"users-permissions": usersPermissions,
14-
passwordless: passwordless,
1511
},
1612
});

Diff for: backend/.strapi/client/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<!--
44
This file was automatically generated by Strapi.
@@ -58,5 +58,6 @@ <h1>JavaScript disabled</h1>
5858
</div>
5959
</div></noscript
6060
>
61+
<script type="module" src="/.strapi/client/app.js"></script>
6162
</body>
6263
</html>

0 commit comments

Comments
 (0)