just use node 10 it doesnt work on older versions

This commit is contained in:
mbecker20
2022-03-20 11:06:41 -07:00
parent b26210b476
commit bcf2aada0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",