We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13a03 commit feb2694Copy full SHA for feb2694
.gitignore
@@ -1,3 +1,3 @@
1
-build/
+dist/
2
.DS_Store
3
node_modules
package.json
@@ -4,6 +4,7 @@
4
"description": "Simple text editor using html5 canvas",
5
"version": "0.1.0",
6
"scripts": {
7
+ "build": "vite build",
8
"dev": "vite"
9
},
10
"devDependencies": {
0 commit comments