addin' loggin' to skills error 🧣

This commit is contained in:
Will Holcomb
2021-03-19 08:02:20 -04:00
committed by Alec LaLonde
parent 89b4ec4527
commit c387912520
3 changed files with 3 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ export const SetupSkills: React.FC<SetupSkillsProps> = ({
});
if (error) {
console.warn(error);
toast({
title: 'Error',
description: 'Unable to update player skills. The octo is sad 😢',

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"next\" \"yarn generate --watch\"",
"serve": "concurrently \"next start\" \"watch --wait=300 'yarn build'\"",
"serve": "concurrently \"next start\" \"watch --interval 300 'yarn build'\"",
"build": "next build",
"start": "next start",
"typecheck": "tsc",

View File

@@ -50,7 +50,7 @@ services:
env: node
plan: starter
buildCommand: yarn && yarn web:build
startCommand: yarn --cwd packages/web/ serve
startCommand: yarn --cwd packages/web/ start
envVars:
- key: NODE_VERSION
value: 12.18.3