UNPKG

@yhwh-script/create-app

Version:

A yhwh-script web app can become anything you want it to become. Set it up with just one command.

14 lines (13 loc) 245 B
import { defineConfig } from 'vite'; import basicSsl from '@vitejs/plugin-basic-ssl'; export default defineConfig({ build: { target: 'esnext' }, server: { port: 3443 }, plugins: [ basicSsl() ] });