Skip to content

Commit

Permalink
Frontend config
Browse files Browse the repository at this point in the history
  • Loading branch information
adanmauri committed Jul 26, 2023
1 parent 8bc9e63 commit 776963d
Show file tree
Hide file tree
Showing 68 changed files with 7,296 additions and 2,742 deletions.
21 changes: 1 addition & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,9 @@ Manifest.toml
!.env.variables
*.csv
*.json
!frontend/*.json
!docs/swagger/*.json

#---for vue--
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
ModelSelection = "51b78214-913b-40cf-9250-c64eb33811f7"
Mux = "a975b10e-0019-58db-a62f-e48ff68538c9"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.0.3
openapi: "3.1.0"

info:
title: ModelSelectionGUI
Expand Down
19 changes: 0 additions & 19 deletions front/index.html

This file was deleted.

Loading

0 comments on commit 776963d

Please sign in to comment.