tiny-craft / tiny-rdm

Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux.
https://redis.tinycraft.cc/
GNU General Public License v3.0
8.77k stars 440 forks source link

wailsjs/runtime/runtime.js 缺少 #21

Closed huyangcheng closed 1 year ago

huyangcheng commented 1 year ago

App.vue 存在引用

import { WindowSetDarkTheme, WindowSetLightTheme } from 'wailsjs/runtime/runtime.js'

build 报错

[vite:load-fallback] Could not load /D:/projects/tiny-rdm/frontend/wailsjs/runtime/runtime.js (imported by src/App.vue): ENOENT: no such file or directory, open 'D:\D:\projects\tiny-rdm\frontend\wailsjs\runtime\runtime.js'
tiny-craft commented 1 year ago

执行wails dev第一次有时生成了js绑定但是没有识别到,可以尝试再执行一次看看 如果还不行,看看是不是wails没装好或者版本不对,目前用的是2.6.0

tiny-craft commented 1 year ago

这个issue先关闭了,如果还有问题再重新提吧~