@skafform/create 0.2.4 → 0.2.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.
- package/dist/next.js +2 -0
- package/package.json +1 -1
package/dist/next.js
CHANGED
|
@@ -140,6 +140,8 @@ function scaffoldNext(name, targetDir) {
|
|
|
140
140
|
"};\n" +
|
|
141
141
|
"\n" +
|
|
142
142
|
"export default nextConfig;\n");
|
|
143
|
+
(0, fs_1.writeFileSync)((0, path_1.join)(skafformDir, "config.ts"), "// Skafform managed — do not edit\n" +
|
|
144
|
+
"export default {} as const\n");
|
|
143
145
|
(0, fs_1.writeFileSync)((0, path_1.join)(targetDir, "config.ts"), "import skafformConfig from \"./.skafform/config\"\n" +
|
|
144
146
|
"\n" +
|
|
145
147
|
"const config = {\n" +
|