mirror of
https://github.com/strapi/strapi.git
synced 2025-10-01 11:21:01 +00:00

* feat: add vite * fix: CheckPagePermissions was buggy * fix: vite CJS warning & double print of experimental message * chore: move to use plugins-workspace folder * chore: update deps --------- Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
const App = () => {
|
|
return 'I am a workspace plugin, imported via node_modules.';
|
|
};
|
|
|
|
export default App;
|