Skip to content

Commit

Permalink
test: standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnwbr committed Sep 19, 2023
1 parent c9d4842 commit 34991c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
app_location: '/' # App source code path
api_location: '' # Api source code path - optional
# output_location: ''
output_location: '.next/' # Built app content directory - optional
output_location: '.next/standalone' # Built app content directory - optional
app_build_command: 'npm run build'
api_build_command: 'rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache'
###### End of Repository/Build Configurations ######
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// output: 'standalone',
output: 'standalone',
reactStrictMode: true,
typescript: {
ignoreBuildErrors: true,
Expand Down

0 comments on commit 34991c3

Please sign in to comment.