Inital commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from "vite";
|
||||
import pkg from "./package.json";
|
||||
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
define: {
|
||||
__APP_VERSION__: JSON.stringify(pkg.version),
|
||||
__AUTHOR__: JSON.stringify(pkg.author)
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user