mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
a445da9ed0
* Upgraded Mage to Wasp 0.12 while producing Wasp 0.11.4 apps. * Rearranged imports to be nicer. * Updated tsconfig.json and .gitignore according to new changes to wasp new.
8 lines
103 B
TypeScript
8 lines
103 B
TypeScript
import { defineConfig } from 'vite'
|
|
|
|
export default defineConfig({
|
|
server: {
|
|
open: true,
|
|
},
|
|
})
|