We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2806d7 commit 069a8acCopy full SHA for 069a8ac
.github/workflows/build_nightly.yml
@@ -53,14 +53,6 @@ jobs:
53
- name: install frontend dependencies
54
run: bun install
55
56
- - name: generate nuxt artifacts
57
- run: bun run postinstall
58
-
59
- - name: Verify .nuxt directory
60
- run: |
61
- ls -la
62
- ls -la ../
63
64
- name: Cache Bun modules
65
uses: actions/cache@v3
66
with:
nuxt.config.ts
@@ -1,7 +1,6 @@
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
export default defineNuxtConfig({
3
srcDir: "./src",
4
- buildDir: "./build",
5
compatibilityDate: "2025-05-15",
6
devtools: { enabled: true },
7
// Desktop apps are fully CSR
0 commit comments