Commit 05b34d04 authored by Jay Laura's avatar Jay Laura
Browse files

initial ownership commit take 2

parent 27ec7032
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ module.exports = merge(Common, {
  devServer: {
    static: "./dist",
    compress: true,
    port: 8000,
    port: 8001,
  },
});