add register page. add db service
This commit is contained in:
@@ -4,9 +4,7 @@ import { resolve } from "path";
|
||||
import FullReload from "vite-plugin-full-reload";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
FullReload(["*.html"], { delay: 200 }),
|
||||
],
|
||||
plugins: [FullReload(["*.html"], { delay: 200 })],
|
||||
server: {
|
||||
watch: {
|
||||
usePolling: true,
|
||||
@@ -24,10 +22,6 @@ export default defineConfig({
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1600,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, "index.html"),
|
||||
login: resolve(__dirname, "login.html"),
|
||||
},
|
||||
output: {
|
||||
manualChunks(id) {
|
||||
if (id.includes("node_modules")) {
|
||||
|
||||
Reference in New Issue
Block a user