0.0.1
This commit is contained in:
13
resources/[esx_addons]/esx_hud/web/vite.config.js
Normal file
13
resources/[esx_addons]/esx_hud/web/vite.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from "vite";
|
||||
import solidPlugin from "vite-plugin-solid";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [solidPlugin()],
|
||||
base: "./",
|
||||
server: {
|
||||
port: 3000,
|
||||
},
|
||||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user