Skip to content

Commit

Permalink
See frontend-engineering/flowda-solutions@b699f7975845ee0bd8eb9366a40…
Browse files Browse the repository at this point in the history
…659efab140e3f
  • Loading branch information
frontend-engineering committed Jun 18, 2024
1 parent 6fecf3c commit f37d395
Show file tree
Hide file tree
Showing 24 changed files with 2,066 additions and 689 deletions.
5 changes: 5 additions & 0 deletions .yalc/@flowda/nx-plugin/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"implementation": "./src/executors/dev/executor",
"schema": "./src/executors/dev/schema.json",
"description": "dev executor"
},
"pm2-deploy": {
"implementation": "./src/executors/pm2-deploy/executor",
"schema": "./src/executors/pm2-deploy/schema.json",
"description": "PM2 deploy executor"
}
}
}
20 changes: 10 additions & 10 deletions .yalc/@flowda/nx-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"consola": "3.2.3",
"minimatch": "9.0.3",
"radash": "12.0.0",
"rollup": "4.12.1",
"rollup-plugin-dts": "6.1.0",
"zod": "3.22.4"
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"consola": "^3.2.3",
"minimatch": "^9.0.3",
"radash": "^12.0.0",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"tslib": "2.6.2"
"tslib": "~2.6.2"
},
"types": "./index.bundle.d.ts",
"yalcSig": "9a16a3c3f10b066deb66d085c33632df"
"yalcSig": "873245b124c10952a4e1ed64ca365e94"
}
49 changes: 37 additions & 12 deletions .yalc/@flowda/nx-plugin/src/executors/dev/executor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .yalc/@flowda/nx-plugin/src/executors/dev/zod-def.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions .yalc/@flowda/nx-plugin/src/executors/pm2-deploy/executor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .yalc/@flowda/nx-plugin/src/executors/pm2-deploy/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "http://json-schema.org/schema",
"version": 2,
"cli": "nx",
"title": "PM2 deploy executor",
"description": "",
"type": "object",
"properties": {},
"required": []
}
15 changes: 15 additions & 0 deletions .yalc/@flowda/nx-plugin/src/executors/pm2-deploy/zod-def.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .yalc/@flowda/nx-plugin/yalc.sig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9a16a3c3f10b066deb66d085c33632df
873245b124c10952a4e1ed64ca365e94
Loading

0 comments on commit f37d395

Please sign in to comment.