Logo
Explore Help
Register Sign In
yujunjun/strapi
1
0
Fork 0
You've already forked strapi
mirror of https://github.com/strapi/strapi.git synced 2025-08-20 22:59:11 +00:00
Code Issues Packages Projects Releases Wiki Activity
strapi/examples/getstarted/src/admin/app.js

12 lines
161 B
JavaScript
Raw Normal View History

fix(admin): admin build errors (#18764) (#18770) * fix(admin): import & pass user customisations for admin panel * fix(admin): modules should be resolved with module paths not system paths * fix(admin): ensure webpack config is a type of function before calling, warn otherwise * fix: convert the pluginPath to a system path before trying to resolve relative * chore: update documentation
2023-11-13 12:07:27 +00:00
const config = {
locales: ['it', 'es', 'en'],
};
const bootstrap = () => {
console.log('I AM BOOTSTRAPPED');
};
export default {
config,
bootstrap,
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1780ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API