Ignore frontend/config.js

This commit is contained in:
Andrea Fazzi 2022-02-15 11:49:27 +01:00
parent bc2b5fe9c5
commit e85c108515
5 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.log/
**/*~
/node_modules/
/public/build/

1
frontend/.gitignore vendored
View file

@ -1 +1,2 @@
config.js
node_modules/

View file

@ -1,3 +0,0 @@
export const config = {
endpoint: "https://yt-dls-api.andreafazzi.eu"
}

View file

@ -1622,7 +1622,7 @@ var app = (function () {
}
const config = {
endpoint: "https://yt-dls-api.andreafazzi.eu"
endpoint: "http://localhost:8080"
};
/* src/App.svelte generated by Svelte v3.42.4 */

File diff suppressed because one or more lines are too long