Add deploy script and move some vars to env file for prod and local
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user