Skip to content

Commit feb2694

Browse files
committed
Add support for building through vite
1 parent ff13a03 commit feb2694

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
build/
1+
dist/
22
.DS_Store
33
node_modules

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Simple text editor using html5 canvas",
55
"version": "0.1.0",
66
"scripts": {
7+
"build": "vite build",
78
"dev": "vite"
89
},
910
"devDependencies": {

0 commit comments

Comments
 (0)