Skip to content

Commit a3b54a0

Browse files
committed
bump version v0.2.0 -> v0.3.0
Signed-off-by: wiseaidev <[email protected]>
1 parent 8d6a7dd commit a3b54a0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-inbox",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 3000 --host localhost",

vite.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export default defineConfig({
1212
},
1313
define: {
1414
"process.env": process.env,
15-
// By default, Vite doesn't include shims for NodeJS/
16-
// necessary for segment analytics lib to work
17-
global: {},
1815
},
1916
server: {
2017
watch: {

0 commit comments

Comments
 (0)