mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
import { fileURLToPath, URL } from 'url';
|
|
|
|
/**
|
|
* Path to CSS functions list JSON file.
|
|
*/
|
|
const location = fileURLToPath(new URL('index.json', import.meta.url));
|
|
|
|
export { location as default };
|
|
//# sourceMappingURL=index.js.map
|