diff --git a/cli/package.json b/cli/package.json index 52a36dcca..36e05b79c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@mbecker20/monitor-cli", - "version": "0.0.5", + "version": "0.0.6", "description": "A CLI to aid in the setup of monitor", "author": "mbecker20", "license": "MIT", diff --git a/cli/vite.config.js b/cli/vite.config.js index 2df81581d..0c9e607ac 100644 --- a/cli/vite.config.js +++ b/cli/vite.config.js @@ -3,7 +3,7 @@ import { defineConfig } from "vite"; export default defineConfig({ build: { outDir: "build", - target: "node10", + target: "node12", ssr: true, rollupOptions: { input: "./src/cli.tsx",