mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
addin' loggin' to skills error 🧣
This commit is contained in:
committed by
Alec LaLonde
parent
89b4ec4527
commit
c387912520
@@ -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 😢',
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user