We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e988833 commit 977cc69Copy full SHA for 977cc69
pynecone/.templates/web/package.json
@@ -2,7 +2,7 @@
2
"name": "pynecone",
3
"scripts": {
4
"dev": "next dev",
5
- "export": "next build && next-sitemap && next export -o _static",
+ "export": "next build && next export -o _static",
6
"prod": "next start"
7
},
8
"dependencies": {
pynecone/.templates/web/pynecone.json
@@ -1,3 +1,3 @@
1
{
- "version": "0.1.16"
+ "version": "0.1.18"
}
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pynecone"
-version = "0.1.16"
+version = "0.1.18"
description = "Web apps in pure Python."
license = "Apache-2.0"
authors = [
0 commit comments