mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-31 09:07:25 +02:00
3 lines
180 B
JavaScript
3 lines
180 B
JavaScript
// setting webpack publickPath on the fly to fix MonacoWebpackPlugin errors
|
|
export default __webpack_public_path__ = window.BASE_PATH === '/%BASE_PATH%/' ? '/' : window.BASE_PATH;
|