Skip to content

Commit

Permalink
moved
Browse files Browse the repository at this point in the history
  • Loading branch information
go1vs1noob committed Dec 21, 2024
1 parent 8c2f6cc commit 55a99fb
Show file tree
Hide file tree
Showing 41 changed files with 12 additions and 78 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
frontend:
container_name: frontend
build:
context: ./frontent
context: ./frontend
ports:
- "127.0.0.1:80:80"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions frontent/Dockerfile → frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN npm run build --prod
FROM nginx:1.27

COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=build /usr/src/app/dist/frontent /usr/share/nginx/html
COPY --from=build /usr/src/app/dist/frontend /usr/share/nginx/html

CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]
2 changes: 1 addition & 1 deletion frontent/README.md → frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frontent
# Frontend

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.6.

Expand Down
8 changes: 4 additions & 4 deletions frontent/angular.json → frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"frontent": {
"frontend": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/frontent",
"outputPath": "dist/frontend",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down Expand Up @@ -72,10 +72,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "frontent:build:production"
"buildTarget": "frontend:build:production"
},
"development": {
"buildTarget": "frontent:build:development"
"buildTarget": "frontend:build:development"
}
},
"defaultConfiguration": "development"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions frontent/package-lock.json → frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontent/package.json → frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontent",
"name": "frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontent/src/index.html → frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Frontent</title>
<title>Frontend</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions frontent/.vscode/extensions.json

This file was deleted.

20 changes: 0 additions & 20 deletions frontent/.vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions frontent/.vscode/tasks.json

This file was deleted.

0 comments on commit 55a99fb

Please sign in to comment.