Skip to content

Commit 5a2fe22

Browse files
committed
chore: wip
1 parent 61ea0f3 commit 5a2fe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/framework/server/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import process from 'node:process'
12
import { frameworkPath, projectPath } from '@stacksjs/path'
23
import { hasFiles } from '@stacksjs/storage'
34
import { log, runCommand } from '@stacksjs/cli'
45
import { app } from '@stacksjs/config'
56
import { slug } from '@stacksjs/strings'
6-
import process from 'node:process'
77

88
// 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
99
// this allows for a custom "server configuration" by the user

0 commit comments

Comments
 (0)