"init"
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from "vite";
|
||||
import { defineConfigTemplate} from "@24tools/ads_common";
|
||||
import { dependencies } from "./package.json";
|
||||
|
||||
const rootDev = "src";
|
||||
const rootBuild = "src";
|
||||
|
||||
export default defineConfig((config) => {
|
||||
return defineConfigTemplate({
|
||||
rootDev,
|
||||
rootBuild,
|
||||
config,
|
||||
dependenciesArr: Object.keys(dependencies),
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user