Spaces:
Sleeping
Sleeping
Sasha commited on
Commit ·
e413a68
1
Parent(s): c527390
chore: add netlify.toml to specify base directory for building client
Browse files- netlify.toml +4 -0
netlify.toml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[build]
|
| 2 |
+
base = "client"
|
| 3 |
+
command = "npm run build"
|
| 4 |
+
publish = "dist"
|