Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nx #374

Merged
merged 22 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ storybook-migration-summary.md
custom_theme.json
theme/variables.css

vite.config.*.timestamp*
vite.config.*.timestamp*
*storybook.log
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ FROM node:20.18.0-slim AS build
WORKDIR /app
COPY . ./
RUN npm ci \
&& npx nx reset \
&& npm run build
&& npm run build

# production environment
FROM nginxinc/nginx-unprivileged:1.27.2-alpine3.20
COPY --from=build /app/dist/apps/pxweb2 /usr/share/nginx/html
COPY --from=build /packages/pxweb2/dist /usr/share/nginx/html
COPY nginx/conf.d/default.conf /etc/nginx/conf.d
EXPOSE 8080
CMD ["nginx", "-g", "daemon off;"]
10 changes: 0 additions & 10 deletions apps/pxweb2-e2e/.eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions apps/pxweb2-e2e/cypress.config.ts

This file was deleted.

30 changes: 0 additions & 30 deletions apps/pxweb2-e2e/project.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/pxweb2-e2e/src/e2e/app.cy.ts

This file was deleted.

5 changes: 0 additions & 5 deletions apps/pxweb2-e2e/src/fixtures/example.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/pxweb2-e2e/src/support/app.po.ts

This file was deleted.

35 changes: 0 additions & 35 deletions apps/pxweb2-e2e/src/support/commands.ts

This file was deleted.

17 changes: 0 additions & 17 deletions apps/pxweb2-e2e/src/support/e2e.ts

This file was deleted.

20 changes: 0 additions & 20 deletions apps/pxweb2-e2e/tsconfig.json

This file was deleted.

75 changes: 0 additions & 75 deletions apps/pxweb2/project.json

This file was deleted.

8 changes: 0 additions & 8 deletions libs/pxweb2-api-client/package.json

This file was deleted.

35 changes: 0 additions & 35 deletions libs/pxweb2-api-client/project.json

This file was deleted.

12 changes: 0 additions & 12 deletions libs/pxweb2-ui/.babelrc

This file was deleted.

33 changes: 0 additions & 33 deletions libs/pxweb2-ui/.storybook/main.ts

This file was deleted.

11 changes: 0 additions & 11 deletions libs/pxweb2-ui/.storybook/preview.ts

This file was deleted.

14 changes: 0 additions & 14 deletions libs/pxweb2-ui/package.json

This file was deleted.

Loading
Loading