summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/snowpack.config.js3
-rw-r--r--examples/kitchen-sink/snowpack.config.js3
-rw-r--r--examples/snowpack/package-lock.json1
-rw-r--r--examples/tailwindcss/snowpack.config.js3
4 files changed, 10 insertions, 0 deletions
diff --git a/examples/blog/snowpack.config.js b/examples/blog/snowpack.config.js
new file mode 100644
index 000000000..5a800b10f
--- /dev/null
+++ b/examples/blog/snowpack.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ workspaceRoot: '../../'
+};
diff --git a/examples/kitchen-sink/snowpack.config.js b/examples/kitchen-sink/snowpack.config.js
new file mode 100644
index 000000000..5a800b10f
--- /dev/null
+++ b/examples/kitchen-sink/snowpack.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ workspaceRoot: '../../'
+};
diff --git a/examples/snowpack/package-lock.json b/examples/snowpack/package-lock.json
index b802bc687..22de83842 100644
--- a/examples/snowpack/package-lock.json
+++ b/examples/snowpack/package-lock.json
@@ -975,6 +975,7 @@
"astro": {
"version": "file:../..",
"requires": {
+ "@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.13.9",
"@babel/parser": "^7.13.15",
"@babel/traverse": "^7.13.15",
diff --git a/examples/tailwindcss/snowpack.config.js b/examples/tailwindcss/snowpack.config.js
new file mode 100644
index 000000000..5a800b10f
--- /dev/null
+++ b/examples/tailwindcss/snowpack.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ workspaceRoot: '../../'
+};