v0.11.6
版本发布时间: 2023-10-16 22:53:09
wasp-lang/wasp最新发布版本:v0.15.0-rc1(2024-10-04 20:07:57)
🎉 [New Feature] Enable Customising the Vite Config
You can now customise the Vite config for your client app. This allows you to add plugins, change the dev server settings and more.
By adding a vite.config.ts
or vite.config.js
to your client
directory, you can customise the Vite config. For example, you change the dev server behaviour
not to open the browser automatically:
import { defineConfig } from 'vite'
export default defineConfig({
server: {
open: false,
},
})
⚠️ Be careful when changing the dev server port, you'll need to update the WASP_WEB_CLIENT_URL
env var in your .env.server
file.
🚧 [Experimental Feature] Wasp Studio
Running wasp studio
in the root of your project starts Wasp Studio which visualises your application and shows you the relationships between pieces of your app. It is an experimental feature which is not yet fully ready, but we are working on it and will be adding more features to it in the future.
1、 wasp-linux-x86_64.tar.gz 76.74MB
2、 wasp-macos-x86_64.tar.gz 50.38MB