fixed button styling, dev server, added switches for event handling, global baking, global reset, three BeatUnit states with styles, and mobile long touch to change beatunit type

This commit is contained in:
Daniel Ledda
2022-03-20 21:21:43 +01:00
parent 3ba01eb86b
commit 9121706184
15 changed files with 222 additions and 113 deletions

View File

@@ -50,7 +50,7 @@ const webpackConfig = {
output: {
filename: "bundle.js",
publicPath: "static/",
publicPath: "/static/",
path: path.resolve(__dirname, "./public/static"),
},