Skip to content

Commit

Permalink
chore: fix random minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Nov 25, 2023
1 parent 1b04b4f commit df80196
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/docs/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const config: StorybookConfig = {
crypto: false,
},
},
ignoreWarnings: [/Failed to parse source map/],
}),
};

Expand Down
6 changes: 3 additions & 3 deletions libs/core/analytics/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
},
"configurations": {
"local": {
"command": "env-cmd -f ../../../.env.local prisma migrate dev"
"command": "env-cmd -f ../../../.env.local prisma studio"
},
"dev": {
"command": "env-cmd -f ../../../.env.dev prisma migrate dev"
"command": "env-cmd -f ../../../.env.dev prisma studio"
},
"prod": {
"command": "env-cmd -f ../../../.env.prod prisma migrate dev"
"command": "env-cmd -f ../../../.env.prod prisma studio"
}
}
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df80196

Please sign in to comment.