Skip to content
Snippets Groups Projects
Commit 597c9915 authored by Maximilian Schmöcker's avatar Maximilian Schmöcker
Browse files

chore: renamed paulo to pauline in package.json and other places

parent e32b717e
No related branches found
No related tags found
No related merge requests found
# Paulo Frontend
# Pauline Frontend
This project expects a pauline-backend running.
Configure where in your `.env` file.
......
{
"name": "paulo-frontend",
"name": "pauline-frontend",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "paulo-frontend",
"name": "pauline-frontend",
"version": "0.0.1",
"devDependencies": {
"@sveltejs/adapter-auto": "next",
......
{
"name": "paulo-frontend",
"name": "pauline-frontend",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
......@@ -10,7 +10,7 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"backend": "cd ../paulo-backend && . venv/bin/activate && ./start.sh"
"backend": "cd ../pauline-backend && . venv/bin/activate && ./start.sh"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
......
VITE_PAULO_API=/api/v1
VITE_PAULINE_API=/api/v1
VITE_SEMESTER=Sommer 2022
......@@ -8,7 +8,7 @@ const getUrl = (): URL => {
url = getUrl();
}
catch (e) {
const path = import.meta.env.VITE_PAULO_API as string;
const path = import.meta.env.VITE_PAULINE_API as string;
url = new URL(window.location.protocol + "//" + window.location.host + path);
}
return url;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment