-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
8,095 additions
and
33,164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
/** @type {import('@types/eslint').Linter.BaseConfig} */ | ||
module.exports = { | ||
extends: [ | ||
"@remix-run/eslint-config", | ||
"@remix-run/eslint-config/node", | ||
"@remix-run/eslint-config/jest-testing-library", | ||
"prettier", | ||
], | ||
// We're using vitest which has a very similar API to jest | ||
// (so the linting plugins work nicely), but we have to | ||
// set the jest version explicitly. | ||
settings: { | ||
jest: { | ||
version: 28, | ||
}, | ||
}, | ||
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
node_modules | ||
|
||
/build | ||
/public/build | ||
.cache | ||
.env | ||
.vercel | ||
.output | ||
|
||
/app/styles/tailwind.css | ||
/build/ | ||
/public/build | ||
/api/index.js | ||
/api/index.js.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
FROM gitpod/workspace-full | ||
|
||
# Install Auth0 CLI | ||
RUN brew tap auth0/auth0-cli && brew install auth0 | ||
|
||
# Install mysql + pscale | ||
RUN brew install planetscale/tap/pscale | ||
RUN brew install mysql-client | ||
RUN echo 'export PATH="/home/linuxbrew/.linuxbrew/opt/mysql-client/bin:$PATH"' >> /home/gitpod/.bash_profile | ||
RUN brew upgrade pscale | ||
|
||
# install primsa CLI | ||
RUN brew tap prisma/prisma && brew install prisma | ||
|
||
# install vercel cli | ||
RUN npm i -g vercel | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.