UNPKG

v-vite-plugin

Version:

A Vite.js plugin for integrating the V programming language with modern frontend tooling.

9 lines (5 loc) 221 B
import { execSync } from 'node:child_process'; import { getRuntimeInfo } from './src/utils.ts'; const runtime = getRuntimeInfo(); const version = execSync(`${runtime.name} --version`); console.log(version.toString());