mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: new separate frontend and backend folders with fastify as nodejs framework, libreconvert is configured in fastify as route
This commit is contained in:
parent
7b584d2fff
commit
9733de9a39
26 changed files with 1171 additions and 61 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/frontend/node_modules
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
|
|
@ -14,11 +15,11 @@
|
|||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
frontend/.next/
|
||||
frontend/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
frontend/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
|
@ -38,4 +39,4 @@ yarn-error.log*
|
|||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
frontend/next-env.d.ts
|
||||
Loading…
Add table
Add a link
Reference in a new issue