Skip to content

Commit

Permalink
feat: upload notifications csv (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jun 19, 2024
1 parent baf29c9 commit b92d774
Show file tree
Hide file tree
Showing 36 changed files with 8,640 additions and 1,539 deletions.
6 changes: 6 additions & 0 deletions config/plugins.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = () => ({
'import-notifications': {
enabled: true,
resolve: './src/plugins/import-notifications',
},
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev": "strapi develop",
"start": "strapi start",
"build": "npm run build:strapi && npm run build:lib",
"prebuild:strapi": "cd src/plugins/import-notifications && yarn install && yarn run build && cd ../../..",
"build:strapi": "strapi build",
"build:lib": "npm run clean:clean && npm run gen:types && npm run compile:lib",
"clean:clean": "rimraf lib/dist",
Expand Down
Loading

0 comments on commit b92d774

Please sign in to comment.