feat: add community activity feed and mentions
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineConfig({
|
||||
'resources/js/Pages/ArtworkPage.jsx',
|
||||
'resources/js/Pages/Home/HomePage.jsx',
|
||||
'resources/js/Pages/Community/LatestCommentsPage.jsx',
|
||||
'resources/js/Pages/Community/CommunityActivityPage.jsx',
|
||||
'resources/js/Pages/Messages/Index.jsx',
|
||||
'resources/js/profile.jsx',
|
||||
'resources/js/feed.jsx',
|
||||
@@ -62,4 +63,4 @@ export default defineConfig({
|
||||
setupFiles: ['resources/js/test/setupTests.js'],
|
||||
include: ['resources/js/**/*.test.{js,jsx}'],
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user