Update Makefile build and added docker mariadb

This commit is contained in:
Sai Sanjay
2024-05-30 12:16:14 +00:00
parent ad998910a0
commit 3da78a7b5b
4 changed files with 550 additions and 430 deletions
+539 -429
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -52,7 +52,7 @@ const entrypoint = (name, path) => ({
// we'll extract any component CSS out into
// a separate file - better for performance
css({ output: `${name}.css` }),
livereload('public')
// livereload('public')
],
watch: {
clearScreen: false