Skip to content

Commit

Permalink
✨ Add .replit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Feb 20, 2021
1 parent 82c8015 commit 416a270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NavigationBar/NavigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default {
zip.file("blocks.xml", xmlContent);
const javascriptContent = this.getWorkspaceCode();
zip.file("bot.js", javascriptContent);
zip.file(".replit", 'run = "node bot.js"');
zip.file("package.json", JSON.stringify({
name: 'scratch-for-discord-bot',
version: '1.0.0',
Expand Down

0 comments on commit 416a270

Please sign in to comment.