mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
export const REFINE_PACKAGE_FILEPATH_REGEXP =
|
|
__DEV_CONDITION__ !== "development"
|
|
? /node_modules\/refinedev\/(?<name>.*?)\//
|
|
: /\/refine\/packages\/(?<name>.*?)\//;
|