Skip to content

Commit

Permalink
Merge pull request #18 from pndek-in/support-file-link
Browse files Browse the repository at this point in the history
feat: support file link
  • Loading branch information
jarooda authored Dec 3, 2024
2 parents 6a774f4 + 08b66cd commit e9b3f0f
Show file tree
Hide file tree
Showing 5 changed files with 2,025 additions and 1,630 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"db-create": "npx sequelize db:create",
"migrate": "npx sequelize db:migrate",
"seed": "npx sequelize db:seed:all",
"init-deploy": "npm run db-create && npm run migrate && npm run seed"
"init-deploy": "npm run db-create && npm run migrate && npm run seed",
"test": "vitest"
},
"dependencies": {
"@maxmind/geoip2-node": "^5.0.0",
Expand All @@ -33,6 +34,7 @@
"devDependencies": {
"dotenv": "^16.3.1",
"nodemon": "^3.0.2",
"sequelize-cli": "^6.6.2"
"sequelize-cli": "^6.6.2",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit e9b3f0f

Please sign in to comment.