mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Get app test via axios
This commit is contained in:
parent
4c39ace22b
commit
b70e2f6e17
1 changed files with 4 additions and 7 deletions
|
|
@ -1,13 +1,10 @@
|
|||
import axios from 'axios'
|
||||
|
||||
;(async () => {
|
||||
|
||||
const rootThis = this
|
||||
const { data } = await axios.get(`https://master--doesitarm.netlify.app/apple-silicon-app-test`)
|
||||
|
||||
;(async function () {
|
||||
console.log( 'process.env', process.env )
|
||||
console.log( 'global', global )
|
||||
console.log( 'globalThis', globalThis )
|
||||
|
||||
console.log( 'rootThis', rootThis )
|
||||
console.log( data.slice(0, 100) )
|
||||
|
||||
process.exit()
|
||||
})()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue