Prettier
This commit is contained in:
parent
766610d14c
commit
fd71714fc0
11 changed files with 56 additions and 50 deletions
|
@ -2,13 +2,13 @@ import { defineConfig } from "vite";
|
|||
import react from "@vitejs/plugin-react";
|
||||
|
||||
export default () => {
|
||||
return defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
hmr: {
|
||||
port: 443,
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
return defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
hmr: {
|
||||
port: 443,
|
||||
},
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue