Feat(SQL): Location Get Many and Calc Stored Procedures created with logic using Location Link table.

This commit is contained in:
2025-07-15 15:07:40 +01:00
parent 7573f329e9
commit a3fd8b12fe
44 changed files with 2590 additions and 873 deletions

View File

@@ -81,6 +81,10 @@ module.exports = {
path.resolve(__dirname, 'static/css/sections/dog.css'),
path.resolve(__dirname, 'static/css/pages/dog/dog_command_links.css')
],
dog_locations: [
path.resolve(__dirname, 'static/css/sections/location.css'),
path.resolve(__dirname, 'static/css/pages/dog/locations.css')
],
},
output: {
filename: 'js/[name].bundle.js',