Athipan01 commited on
Commit
4ec224e
·
verified ·
1 Parent(s): 59a058f

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +5 -0
package.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ "scripts": {
2
+ "start": "vite",
3
+ "build": "vite build",
4
+ "preview": "vite preview"
5
+ }