generated from alecodes/base-template
wip: handle vite tooling manually
This commit is contained in:
parent
9246964edb
commit
9c1a8f030c
17 changed files with 187 additions and 333 deletions
|
|
@ -4,8 +4,11 @@ export default defineConfig({
|
|||
plugins: [],
|
||||
server: {
|
||||
port: 3001,
|
||||
origin: 'http://localhost:3000',
|
||||
cors: true,
|
||||
},
|
||||
build: {
|
||||
manifest: true,
|
||||
rollupOptions: {
|
||||
input: [
|
||||
"frontend/assets/js/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue