filters working

adding sorting
This commit is contained in:
2026-03-01 16:23:58 +10:00
parent e64b644b33
commit 4b6d65a946
7 changed files with 166 additions and 150 deletions

View File

@@ -73,14 +73,10 @@ module.exports = {
devServer: {
watchFiles: path.join(__dirname, "src"),
port: 9000,
static: [
{
directory: path.join(__dirname, "dist"),
},
{
directory: path.join(__dirname, "src", "pages"),
publicPath: "/",
},
],
static: {
directory: path.join(__dirname, "src", "pages"),
publicPath: "/",
watch: true,
},
},
};