feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
2 changed files with 1 additions and 3 deletions
Showing only changes of commit c2fbc83485 - Show all commits

View File

@ -7,8 +7,6 @@ import { POLYGON_TYPE } from '@/common/common'
export const useCanvasMenu = () => {
const [selectedMenu, setSelectedMenu] = useRecoilState(selectedMenuState)
const canvas = useRecoilValue(canvasState)
const { drawDirectionArrow } = usePolygon()
return {
selectedMenu,

View File

@ -1,2 +1,2 @@
var exec = require('child_process').exec
exec('yarn dev', { windowsHide: true })
exec('yarn dev -p 5000', { windowsHide: true })