Ignore frontend/config.js
This commit is contained in:
parent
bc2b5fe9c5
commit
e85c108515
5 changed files with 4 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
.log/
|
||||||
**/*~
|
**/*~
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/public/build/
|
/public/build/
|
||||||
|
|
1
frontend/.gitignore
vendored
1
frontend/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
|
config.js
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
export const config = {
|
|
||||||
endpoint: "https://yt-dls-api.andreafazzi.eu"
|
|
||||||
}
|
|
|
@ -1622,7 +1622,7 @@ var app = (function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
endpoint: "https://yt-dls-api.andreafazzi.eu"
|
endpoint: "http://localhost:8080"
|
||||||
};
|
};
|
||||||
|
|
||||||
/* src/App.svelte generated by Svelte v3.42.4 */
|
/* src/App.svelte generated by Svelte v3.42.4 */
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue