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 ed784b6 commit c169d1bCopy full SHA for c169d1b
kubectl/deploy
@@ -13,7 +13,7 @@ rm -rf node_modules/@types/node
13
ln -s /usr/local/lib/node_modules/@types/node node_modules/@types/node
14
15
cat > __deploy.ts <<EOF
16
- import * as fs from "fs";
+ const fs = require("fs");
17
18
for (const file of fs.readdirSync("deploy")) {
19
if (file.match(/\.ts$/)) {
@@ -31,7 +31,7 @@ cat > __deploy.ts <<EOF
31
EOF
32
33
cat > __deploy_sts.ts <<EOF
34
35
36
37
0 commit comments