mirror of
https://github.com/moghtech/komodo.git
synced 2026-08-20 16:01:09 +00:00
just use node 10 it doesnt work on older versions
This commit is contained in:
+1
-1
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user