Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
0.5.80
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jun 20, 2024
1 parent 1900566 commit 727ad8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions lib/cli/src/subcommands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { parseEntrypoint } from "../utils/entrypoint.ts";
import {
buildAssetsFromManifest,
createClient,
type Manifest,
readDecodeAndAddFileContentToAssets,
type Manifest,
} from "../utils/netzo.ts";
import { walk } from "../utils/walk.ts";

Expand Down Expand Up @@ -322,12 +322,7 @@ async function deploy(
lockFileUrl: lockFileUrl?.href || null,
// configures automatic JSX runtime for preact by default
// see https://deno.com/[email protected]/advanced/jsx_dom/jsx#using-jsx-import-source-in-a-configuration-file
compilerOptions: {
jsx: "react-jsx",
jsxFactory: "h",
jsxFragmentFactory: "Fragment",
jsxImportSource: "preact",
},
compilerOptions: null,
assets,
domains: opts.production
? [
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
export const VERSION = "0.5.79";
export const VERSION = "0.5.80";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down

0 comments on commit 727ad8a

Please sign in to comment.