add view list data from google sheet

This commit is contained in:
arifal
2025-03-11 00:26:48 +07:00
parent b0f15a9221
commit 65600f1b4f
18 changed files with 599 additions and 25 deletions

View File

@@ -106,6 +106,8 @@ export default defineConfig({
//pbg-task
"resources/js/pbg-task/index.js",
"resources/js/pbg-task/show.js",
// google-sheets
"resources/js/data/google-sheet/index.js",
],
refresh: true,
}),