Skip to content

Commit

Permalink
#111 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdhhhdjd committed Nov 17, 2022
1 parent 3f0cc56 commit 0554ee5
Show file tree
Hide file tree
Showing 175 changed files with 10 additions and 106 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
###! Frontend ###
/frontend-user/node_modules
/frontend-user/.env
/frontend-user/.git

###! Frontend ###
/frontend/node_modules
/frontend/.env
/frontend/.git

###! Frontend-admin ###
/frontend-admin/node_modules
/frontend-admin/.env
/frontend-admin/.git


###! backend ###
/backend/node_modules
Expand Down
8 changes: 4 additions & 4 deletions frontend-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "admin",
"name": "frontend-admin",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -53,10 +53,10 @@
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
"eslint --fix",
"git add"
]
},
},
"browserslist": [
"> 1%",
"last 2 versions",
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.
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.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/package.json → frontend-user/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "frontend-user",
"version": "0.1.0",
"private": true,
"dependencies": {
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.
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.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
50 changes: 0 additions & 50 deletions frontend/src/v1/redux/upload_slice/Api_Redux_Thunk_Upload.js

This file was deleted.

46 changes: 0 additions & 46 deletions frontend/src/v1/redux/upload_slice/Upload_Slice.js

This file was deleted.

0 comments on commit 0554ee5

Please sign in to comment.