Skip to content

Commit

Permalink
Add user migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Nov 2, 2024
1 parent 299e9f0 commit ebe38ac
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ package-lock.json
.nx/cache
.nx/workspace-data
**/playwright/.auth/user.json

# Ignore data directory in scripts
/scripts/**/data/**/*
!/scripts/**/data/.gitkeep
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.5.2",
"@vitest/ui": "1.5.2",
"auth0": "^4.10.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.7.0",
"babel-loader": "^9.1.3",
Expand Down
Loading

0 comments on commit ebe38ac

Please sign in to comment.