ts conversion

This commit is contained in:
Sidharth Vinod
2022-09-23 10:56:39 +05:30
parent f40f2a0b44
commit 8a489176c3
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import express from 'express';
import { build, createServer as createViteServer } from 'vite';
import { createServer as createViteServer } from 'vite';
// import { getBuildConfig } from './build';
async function createServer() {