Add deploy script and move some vars to env file for prod and local

This commit is contained in:
Tim
2021-07-15 02:12:19 +02:00
parent 019f359854
commit 46ee666437
5 changed files with 9 additions and 2 deletions

View File

@ -112,7 +112,7 @@ export default class Home extends Vue {
private gameStateObject: GameStateObject | null = null;
private error: string | null = null;
private name: string = 'Bobby';
private name: string = process.env.VUE_APP_NAME;
private code: string = '';
private owner: boolean = false;