Build added
This commit is contained in:
parent
66e91ded34
commit
9ffec93a60
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
/node_modules/
|
||||
/public/build/
|
||||
|
||||
|
||||
.DS_Store
|
||||
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
2
public/build/bundle.css
Normal file
2
public/build/bundle.css
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
/*# sourceMappingURL=bundle.css.map */
|
8
public/build/bundle.css.map
Normal file
8
public/build/bundle.css.map
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 3,
|
||||
"file": "bundle.css",
|
||||
"sources": [],
|
||||
"sourcesContent": [],
|
||||
"names": [],
|
||||
"mappings": ""
|
||||
}
|
59377
public/build/bundle.js
Normal file
59377
public/build/bundle.js
Normal file
File diff suppressed because it is too large
Load Diff
1
public/build/bundle.js.map
Normal file
1
public/build/bundle.js.map
Normal file
File diff suppressed because one or more lines are too long
@ -73,7 +73,7 @@
|
||||
console.log('GO!');
|
||||
await createPlayer()
|
||||
}, 1500);
|
||||
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user