generated from alecodes/base-template
wip: change assets handling to vite-rs
This commit is contained in:
parent
14a4d9b2b3
commit
f5e398c933
5 changed files with 66 additions and 24 deletions
|
|
@ -2,6 +2,9 @@ import {defineConfig} from "vite";
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [],
|
||||
server: {
|
||||
port: 3001,
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue