Skip to content

Commit

Permalink
0.0.15 cert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaylor-dev committed Oct 7, 2024
1 parent 8f06a0e commit c11d1ab
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 22 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ Bolt Express Info Page Link: https://hyperbrew.co/resources/bolt-express

**Setup Keys for development** _(Only Once Per Dev Machine)_

> The first time you debug an Express Addon on a machine you need to setup auth keys by following the CLI prompts. Once you've complted this once with Bolt Express or directly with `ccweb-add-on-scripts` you don't need to do it again on that machine.
> The first time you debug an Express Addon on a machine you need to setup auth keys by following the CLI prompts. Once you've complted this once with Bolt Express or directly with `@adobe/create-ccweb-add-on` you don't need to do it again on that machine.
- yarn `yarn ccweb`
- npm `npm run ccweb`
- pnpm `pnpm ccweb`
- yarn `yarn cert`
- npm `npm run cert`
- pnpm `pnpm cert`

**Run the addon in hot reload mode for development**

Expand Down
4 changes: 2 additions & 2 deletions create-bolt-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-bolt-express",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"bin": {
"create-bolt-express": "dist/index.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
"@clack/prompts": "^0.7.0",
"@types/prettier": "^3.0.0",
"@types/resolve-dir": "^0.0.0",
"bolt-express": "^0.0.14",
"bolt-express": "^0.0.15",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"fast-glob": "^3.3.2",
Expand Down
8 changes: 4 additions & 4 deletions create-bolt-express/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1188,10 +1188,10 @@ before-after-hook@^2.2.0:
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c"
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==

bolt-express@^0.0.14:
version "0.0.14"
resolved "https://registry.yarnpkg.com/bolt-express/-/bolt-express-0.0.14.tgz#24828b020d0c862e9b60549701ddba949893b9d4"
integrity sha512-dXN+6StFBeOh80QUpXuzbZpftrVSHiIr7p1e3rJhRFao/+d0DYlfsUUVM7OqO1MrpQKNgZOs8f0HEyfDSXkTPg==
bolt-express@^0.0.15:
version "0.0.15"
resolved "https://registry.yarnpkg.com/bolt-express/-/bolt-express-0.0.15.tgz#317b8bda26aa15a87a09a11ce31584ce42d7c0d5"
integrity sha512-7l7GFJnllSRhfatWbUb53NPI2dXMd2YFEbpUw1UrWH8QZre2OERc4BYCVjpNplgas+PNGbwiYj6L1DtIBSZzcQ==
dependencies:
"@vitejs/plugin-basic-ssl" "^1.1.0"
react "^18.3.1"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "bolt-express",
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"scripts": {
"dev": "vite build --mode staging && run-p devmain ccweb",
"build": "vite build --mode build",
"serve": "ccweb-add-on-scripts start --analytics off --use \"vite build --mode build\" --src=dummy",
"ccweb": "ccweb-add-on-scripts start --analytics off --src=\".tmp\"",
"cert": "npx @adobe/ccweb-add-on-ssl setup --hostname localhost",
"devmain": "cross-env MODE=dev vite --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"buildcode": "vite build --config vite.config.code.ts",
Expand All @@ -32,7 +33,7 @@
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.4.8",
"vite-express-plugin": "^0.0.13"
"vite-express-plugin": "^0.0.15"
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^1.1.0",
Expand Down
3 changes: 2 additions & 1 deletion package.react.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "vite build --mode build",
"serve": "ccweb-add-on-scripts start --analytics off --use \"vite build --mode build\" --src=dummy",
"ccweb": "ccweb-add-on-scripts start --analytics off --src=\".tmp\"",
"cert": "npx @adobe/ccweb-add-on-ssl setup --hostname localhost",
"devmain": "cross-env MODE=dev vite --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"buildcode": "vite build --config vite.config.code.ts",
Expand All @@ -26,7 +27,7 @@
"vite": "^5.4.8",
"vite-plugin-mkcert": "^1.17.6",
"@vitejs/plugin-react": "^4.3.1",
"vite-express-plugin": "^0.0.13",
"vite-express-plugin": "^0.0.15",
"sass": "^1.79.4"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion package.svelte.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "vite build --mode build",
"serve": "ccweb-add-on-scripts start --analytics off --use \"vite build --mode build\" --src=dummy",
"ccweb": "ccweb-add-on-scripts start --analytics off --src=\".tmp\"",
"cert": "npx @adobe/ccweb-add-on-ssl setup --hostname localhost",
"devmain": "cross-env MODE=dev vite --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"buildcode": "vite build --config vite.config.code.ts",
Expand All @@ -28,7 +29,7 @@
"typescript": "^5.5.3",
"vite": "^5.4.8",
"vite-plugin-mkcert": "^1.17.6",
"vite-express-plugin": "^0.0.13",
"vite-express-plugin": "^0.0.15",
"sass": "^1.79.4"
},
"dependencies": {}
Expand Down
3 changes: 2 additions & 1 deletion package.vue.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "vite build --mode build",
"serve": "ccweb-add-on-scripts start --analytics off --use \"vite build --mode build\" --src=dummy",
"ccweb": "ccweb-add-on-scripts start --analytics off --src=\".tmp\"",
"cert": "npx @adobe/ccweb-add-on-ssl setup --hostname localhost",
"devmain": "cross-env MODE=dev vite --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"buildcode": "vite build --config vite.config.code.ts",
Expand All @@ -24,7 +25,7 @@
"vite": "^5.4.8",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-mkcert": "^1.17.6",
"vite-express-plugin": "^0.0.13",
"vite-express-plugin": "^0.0.15",
"sass": "^1.79.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion vite-express-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-express-plugin",
"version": "0.0.13",
"version": "0.0.15",
"license": "MIT",
"description": "A Vite Plugin for building Express Plugin Panels",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions vite-express-plugin/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const serveExpress = (runner: string) => {
(err, stdout, stderr) => {
if (err) return console.error(err);
console.log(stdout);
}
},
);
};
const devMain = (runner: string) => {
Expand All @@ -40,7 +40,7 @@ const devCode = (runner: string) => {
};

export const startCodeWatcher = (mode: string) => {
console.log(`in code watcher MODE: ${mode}`);
// console.log(`in code watcher MODE: ${mode}`);
const exe = process.argv[1];
const scriptMode = process.argv[3];
const isDevMode = mode === "dev";
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4162,10 +4162,10 @@ vary@^1, vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vite-express-plugin@^0.0.13:
version "0.0.13"
resolved "https://registry.yarnpkg.com/vite-express-plugin/-/vite-express-plugin-0.0.13.tgz#a361bfbd968472125b05e5ca083948a6a3419a0b"
integrity sha512-5jO7whox/OVGpoi0ef0kmppdsXwGtX9uWKHEJKZQ4PYBYAnqkfrSpCAWYbtiuDJkaXA+xLlLSYKIJyisghGSwA==
vite-express-plugin@^0.0.15:
version "0.0.15"
resolved "https://registry.yarnpkg.com/vite-express-plugin/-/vite-express-plugin-0.0.15.tgz#a4cb4dfe189d9881e2bfa91ba3e5a8b56c9239de"
integrity sha512-amYsXbTcsAH0zR0pNluH8tdgRGrdGfQXXHQ8Cc7mF08bD3ZZFvqXx/vC4Mx/Guf1390dUfnftySaKfSb18AVJA==
dependencies:
meta-bolt "^0.0.12"
typescript "^5.4.5"
Expand Down

0 comments on commit c11d1ab

Please sign in to comment.