@fy-stack/app-construct 0.0.147-alpha.3044 → 0.0.147-alpha.3045
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.
|
@@ -43,8 +43,8 @@ function staticDeployment(app, output) {
|
|
|
43
43
|
extract: false,
|
|
44
44
|
});
|
|
45
45
|
const files = {
|
|
46
|
-
staticFiles:
|
|
47
|
-
publicFiles:
|
|
46
|
+
staticFiles: 'assets/' + staticDeployment.objectKeys[0],
|
|
47
|
+
publicFiles: 'assets/' + publicDeployment.objectKeys[0],
|
|
48
48
|
};
|
|
49
49
|
if (!files.publicFiles || !files.staticFiles) {
|
|
50
50
|
throw new Error('Failed to deploy static and public files');
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fy-stack/app-construct",
|
|
3
|
-
"version": "0.0.147-alpha.
|
|
3
|
+
"version": "0.0.147-alpha.3045",
|
|
4
4
|
"repository": "https://github.com/festusyuma/fy-stack",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@fy-stack/types": "0.0.147-alpha.
|
|
6
|
+
"@fy-stack/types": "0.0.147-alpha.3045",
|
|
7
7
|
"tslib": "^2.3.0",
|
|
8
8
|
"zod": "^3.24.1"
|
|
9
9
|
},
|