react-responsive-tools 2.3.4 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
|
|
1
|
+
import o from"fs";import e from"path";import{fileURLToPath as i}from"url";const r=i(import.meta.url),t=e.dirname(r),s=e.resolve(t,"../default.config.mjs"),n=e.resolve(t,"../../../../breakpoints.config.js");o.existsSync(n)?console.log("User configuration file already exists."):(o.copyFileSync(s,n),console.log("Default configuration file has been copied to the root of the project as breakpoints.config.js"));
|