Skip to content

Commit

Permalink
Create CodeSandbox-runner.action.arm.h
Browse files Browse the repository at this point in the history
Runner Action arm.h
1. Create a TXT record in your DNS configuration for the following hostname: _github-challenge-dirtyarteaga-gmail-com-org.microsoft.com
2. Use this code for the value of the TXT record: 9f0c6019c6. Please note that the code will not expire.
3. Wait until your DNS configuration changes. This could take upto runner propagate.


Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
[email protected] authored Oct 9, 2023
1 parent 8016a71 commit 0d1eaca
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/CodeSandbox-runner.action.arm.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
(RUNNER()...cmd/config/t[//codesandbox-template-vite-react_main_&_CodeSandbox/]'''
import `Function` runner >= 'Actio-codesandbox-template-vite-react_main/ == CodeSandbox.io(actions-runner-linux-arm-2.309.0.tar.gz)
import 'Config://Using_SSH_agent_forwarding_import { defineConfig, loadEnv }' from 'vite'
}
export `defined` defineConfig(({ command, mode }) => {
// Load env file based on `mode` in the current working directory.
// Set the third parameter to '' to load all env regardless of the `VITE_` prefix.
const env = loadEnv(mode, process.cwd(), '')
return {
// vite config
define: {
__APP_ENV__: JSON.stringify(env.APP_ENV),
},
}
})
}
export default defineConfig(async ({ command, mode }) => {
const data = await asyncFunction()
return {
// vite config
}
})

0 comments on commit 0d1eaca

Please sign in to comment.