Skip to main content
Module

x/fre/demo/vite.config.js

👻 Tiny Footprint Concurrent UI library for Fiber.
Go to Latest
File
export default { port: '8000', esbuild: { jsxFactory: 'h', jsxFragment: 'Fragment', target: 'es2020', format: 'esm' }, server: { port: 8080 }}