Skip to content

Commit

Permalink
Switch to privacy stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcat committed Jun 23, 2024
1 parent 0c0b323 commit d56aba1
Show file tree
Hide file tree
Showing 127 changed files with 15,469 additions and 8,625 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
DATABASE_URL="file:./data.db?connection_limit=1"
SESSION_SECRET="super-duper-s3cret"
SESSION_SECRET="put-a-secret-here"
SENDGRID_API_KEY="add-your-api-key-here"
DEFAULT_URL="your-project-url"
1 change: 1 addition & 0 deletions .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
// React
{
files: ["**/*.{js,jsx,ts,tsx}"],
excludedFiles: ["./app/components/ui/*"],
plugins: ["react", "jsx-a11y"],
extends: [
"plugin:react/recommended",
Expand Down
144 changes: 0 additions & 144 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.DS_Store
node_modules

/build
/public/build
/public/media
.env
inventory.yml

/cypress/screenshots
/cypress/videos
/prisma/data.db
/prisma/data.db-journal

*storybook.log
9 changes: 0 additions & 9 deletions .gitpod.Dockerfile

This file was deleted.

48 changes: 0 additions & 48 deletions .gitpod.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
legacy-peer-deps=true
20
legacy-peer-deps=true
3 changes: 0 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ const config: StorybookConfig = {
name: "@storybook/react-vite",
options: {},
},
docs: {
autodocs: "tag",
},
};
export default config;
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"prisma.prisma"
]
}
61 changes: 0 additions & 61 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Loading

0 comments on commit d56aba1

Please sign in to comment.