Skip to content

Commit

Permalink
Next.js Migration (#70)
Browse files Browse the repository at this point in the history
* bring in line with nextjs version

* add idea to gitignore

* fix up compose for live deploy

* fix up compose for live deploy

* post stg deploy compose fixes

* remove old workflows

* remove old workflows
  • Loading branch information
SyniRon authored Nov 28, 2024
1 parent ac33dc5 commit 99257b5
Show file tree
Hide file tree
Showing 69 changed files with 4,603 additions and 30,381 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build_check.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/client_adr_push.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/lint_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout the Repo
uses: actions/checkout@v3

- name: Prettiier
- name: Prettier
uses: creyD/[email protected]
with:
prettier_options: "--check {**/*,*}.{js,jsx,json,html,css,yml,yaml}"
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/server_adr_push.yml

This file was deleted.

48 changes: 43 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
node_modules/
credentials/token.js
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
client/node_modules
server/node_modules
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
client/.next
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# Server Token
server/credentials/token.js
package-lock.json
client/src/credentials/token.js
client/.env
.env

/.idea/
20 changes: 0 additions & 20 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit 99257b5

Please sign in to comment.