nyanoblog/web-dev-server.config.js
2022-12-01 01:07:28 +01:00

9 lines
180 B
JavaScript

export default {
open: true,
watch: true,
appIndex: "public/index.html",
rootDir: "public",
nodeResolve: {
exportConditions: ["development"],
},
};