0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00
ghost/apps/admin-x-settings/node-shim.cjs
Michael Barrett 043c9bb35d
Port custom theme setting visibility to admin-x ()
refs https://github.com/TryGhost/Product/issues/3962

Port custom theme setting visibility to admin-x based on previous
implementation in the Ghost admin:
https://github.com/TryGhost/Ghost/pull/17920
2023-10-02 15:54:14 +01:00

4 lines
115 B
JavaScript

/**
* This is used by vite to resolve node builtins. See resolve.alias in vite.config.js
*/
module.exports = {};