panel > create new projet : set default step to client brief
This commit is contained in:
parent
df64a91987
commit
dd8d9c7fa1
3 changed files with 4 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
import { defineConfig } from "vite";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
base: "/",
|
||||
build: {
|
||||
outDir: "dist",
|
||||
rollupOptions: {
|
||||
output: {
|
||||
entryFileNames: "assets/dist/[name].js",
|
||||
assetFileNames: "assets/dist/[name].[ext]",
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue