This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add build script
master
Jonathan Cobb
4 years ago
parent
47107ba29d
commit
7384e50f8b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
package.json
+ 1
- 0
package.json
View File
@@ -7,6 +7,7 @@
},
"license": "LicenseRef-LICENSE.md",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --open --env.server=$BUBBLE_API",
"dev": "webpack-dev-server --open --env.server=$MY_BUBBLE_API"
},
Write
Preview
Loading…
Cancel
Save