Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
4c631d2a
Commit
4c631d2a
authored
8 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
created public folder
parent
d45e1fef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#389501
passed
8 months ago
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.env
+1
-0
1 addition, 0 deletions
.env
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
assets/js/mapscript.js
+0
-0
0 additions, 0 deletions
assets/js/mapscript.js
tsconfig.json
+1
-1
1 addition, 1 deletion
tsconfig.json
with
2 additions
and
2 deletions
.env
+
1
−
0
View file @
4c631d2a
VITE_TEAM_ID=5247
VITE_TEAM_NAME=Bielefeld-CeBiTec
VITE_TEAM_YEAR=2024
PUBLIC_URL = "./public/"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitignore
+
0
−
1
View file @
4c631d2a
...
...
@@ -2,7 +2,6 @@ env
venv
.vscode
__pycache__
public
.venv
node_modules
versions
...
...
This diff is collapsed.
Click to expand it.
mapscript.js
→
assets/js/
mapscript.js
+
0
−
0
View file @
4c631d2a
File moved
This diff is collapsed.
Click to expand it.
tsconfig.json
+
1
−
1
View file @
4c631d2a
...
...
@@ -20,7 +20,7 @@
"noUnusedParameters"
:
true
,
"noFallthroughCasesInSwitch"
:
true
},
"include"
:
[
"src"
,
"mapscript.js"
]
"include"
:
[
"src"
,
"
assets/js/
mapscript.js"
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment