MyGit

v0.11.6

wasp-lang/wasp

版本发布时间: 2023-10-16 22:53:09

wasp-lang/wasp最新发布版本:v0.13.2(2024-04-12 00:45:53)

🎉 [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.

相关地址:原始地址 下载(tar) 下载(zip)

1、 wasp-linux-x86_64.tar.gz 76.74MB

2、 wasp-macos-x86_64.tar.gz 50.38MB

查看:2023-10-16发行的版本