Skip to content

Commit

Permalink
Merge pull request #43 from delasy/fix-structure
Browse files Browse the repository at this point in the history
Various structure fixes
  • Loading branch information
webdevcody authored Oct 16, 2024
2 parents 8839897 + 9cf8534 commit ffc79e1
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
.git/
.next/
.next/
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_CONVEX_URL=https://www.convex.dev
NEXT_PUBLIC_CONVEX_URL=https://www.convex.dev
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

# Ignored for the template, you probably want to remove it:
# ignored for the template, you probably want to remove it:
package-lock.json

.env.local
# convex generated files
convex/_generated
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ENV PORT 3000

ARG HOSTNAME

CMD ["node", "server.js"]
CMD ["node", "server.js"]
56 changes: 0 additions & 56 deletions convex/_generated/api.d.ts

This file was deleted.

26 changes: 0 additions & 26 deletions convex/_generated/api.js

This file was deleted.

64 changes: 0 additions & 64 deletions convex/_generated/dataModel.d.ts

This file was deleted.

146 changes: 0 additions & 146 deletions convex/_generated/server.d.ts

This file was deleted.

Loading

0 comments on commit ffc79e1

Please sign in to comment.