Skip to content

Commit

Permalink
chore(website): fix playground (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Nov 8, 2023
1 parent a1a6e46 commit e53c2af
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 160 deletions.
11 changes: 11 additions & 0 deletions modelina-website/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[build]
command = "npm ci && npm run build:modelina && npm run build"
publish = ".next"

[build.environment]
NODE_VERSION = "16.20.1"
NPM_VERSION = "8.19.4"
NEXT_PUBLIC_API_PATH = "/.netlify/functions"

[functions]
directory = ".next/server/pages/api"
Loading

0 comments on commit e53c2af

Please sign in to comment.