Skip to content

Commit

Permalink
CMS-583: create campgrounds (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-oxd authored Dec 20, 2024
1 parent e1a44a3 commit 7eb9ba5
Show file tree
Hide file tree
Showing 4 changed files with 2,298 additions and 2 deletions.
4 changes: 3 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"migrate": "sequelize-cli db:migrate",
"test": "echo \"Error: no test specified\" && exit 1",
"sync-data": "node strapi-sync/syncData.js",
"one-time-data-import": "node strapi-sync/oneTimeDataImport.js"
"one-time-data-import": "node strapi-sync/oneTimeDataImport.js",
"create-single-item-campgrounds": "node strapi-sync/create-single-item-campgrounds.js",
"create-multiple-item-campgrounds": "node strapi-sync/create-multiple-item-campgrounds.js"
},
"author": "",
"license": "ISC",
Expand Down
Loading

0 comments on commit 7eb9ba5

Please sign in to comment.