freestyle-sandboxes 0.0.24 → 0.0.25
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/package.json +1 -1
- package/src/utils/index.ts +1 -1
package/package.json
CHANGED
package/src/utils/index.ts
CHANGED
|
@@ -59,7 +59,7 @@ export const prepareDirForDeploymentSync = (directory: string) => {
|
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* This is in beta, and may not work as expected. SUBJECT TO CHANGE
|
|
62
|
+
* This is in beta, and may not work as expected. **SUBJECT TO CHANGE.**
|
|
63
63
|
*/
|
|
64
64
|
export const prepareNextJsForDeployment = async (
|
|
65
65
|
directory: string
|