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 61ea0f3 commit 5a2fe22Copy full SHA for 5a2fe22
storage/framework/server/build.ts
@@ -1,9 +1,9 @@
1
+import process from 'node:process'
2
import { frameworkPath, projectPath } from '@stacksjs/path'
3
import { hasFiles } from '@stacksjs/storage'
4
import { log, runCommand } from '@stacksjs/cli'
5
import { app } from '@stacksjs/config'
6
import { slug } from '@stacksjs/strings'
-import process from 'node:process'
7
8
// TODO: we cannot use Bun Shell scripts here yet because we need to use 1.0.8 for deployments, and Shell scripts were introduced after 1.0.8
9
// this allows for a custom "server configuration" by the user
0 commit comments